hi ,
i have given below script in pre request script and getting an SyntaxError: Invalid or unexpected token,please help where i am doing wrong
function getAuthHeader(httpMethod, requestUrl, requestBody) {
console.log(requestBody);
console.log(httpM...