I am new to making API calls through Alteryx. I am trying to make an POST request but keep getting bad request every time. I have attached the configurations of the POST request in the download tool using the screenshots attached. The POST request has payload parameters that are required and I have added them as a JSON in the query string body of the Payload tab. I have added API auth token in the header. Is there anything wrong that I am doing?
This the template of the json:
{
"report":
"abc_report",
"parameters": {
"date_range": {
"start":
"2022-01-01",
"end":
"2022-01-31"
}
}
}