Why does json request body in postman shows blank input?
I am trying to POST a request body in json from postman.
The request is successfully received but the input comes out to be blank.
But when I use x-www-form-urlencoded format it works fine.
I am trying to POST a request body in json from postman.
The request is successfully received but the input comes out to be blank.
But when I use x-www-form-urlencoded format it works fine.