Hi
The template replacement code does not work for our custom app.
let options = {
headers: {
Authorization: "Basic <%= encode(iparam.api_key) %>",
'Content-Type': 'application/json'
}
};
Response:
• "Error while substituting the templates"
• status: 400
• errorSource: "APP"
We would appreciate your insights on what we’re missing.
The `options` are used when using `client.request.get`.