I call this Rest method through curl and its working fine:
curl -X POST -H "Content-Type: application/json" -H "Cache-Control: no-cache" -d '{ "email": "[email protected]" }' "http://129.162.231.137:1133/calzada/api/v1/users/pwd"
But when I call the same method using PostMan I got a 415 error:
I can see two main problems:
Example:
PD: I tried make your request, but I never receive an 200 status code, most requests were timeout (I don't know if you run that server locally or have a special proxy configuration).