Postman – 400 Bad Request

apihttp-status-code-400postman

I am trying to hit API on Postman. The API is working on server but I am not receiving any data. Here are the visual images:

enter image description here

It is responding me with "No Data" and 400 Bad Request.

enter image description here

Best Answer

There is only one thing you are missing.

  • Just put the body under raw instead of form-data

It will work.