Hi everyone,
I m trying to call a post API by body parameter but its not working for me.
I had tried three ways.
First I had tried passing it in parameters section it didn’t worked.
Second I m providing using body parameter and it is not working in that case.
Third I had tried to import using curl directly it also giving error.

Error:{“status”:“wrong parameter”}
But the same parameter working in postman
Please guide me regarding passing the body parameters with a screen shot if possible,
Thanks for help in Advance