I have imported Integration API in my Postman Collections. I need to send POST request in predefined JSON format. So, I want to import the data from my excel file, so when I am sending the POST request, the JSON body to be automatically filled with the data from my excel file. Could you please give me instructions how to do this?
Did you get any solution for this issue?
It works out of the box what have you tried , so just store the entire json request body as a column say “body”
And in requesbody use : {{body}}