I have updated the POSTMAN to the latest version. When I hit the Update option I get 'You are up to date! Postman v6.0.10 is the latest version.'
I have been successful to send a POST from my another POSTMAN and able to get the correct response. However, I have been running into an issue when sending a POST method to the same API from my POSTMAN. Does not seem to be a routing issue, as it works with another client.
Is it related to any configuration problem or any setting that I need to configure from POSTMAN end?
Been struct into this for some time now, with no clue. Any helps would be greatly appreciated!
Following is the curl command:
curl -X GET 
http://SERVER/endpoint/endpoint/ID/endpoint 
-H 'Authorization: bearer ' 
-H 'Cache-Control: no-cache' 
-H 'Content-Type: application/....***+json' \  OR application/json
-H 'Postman-Token: ac11bb07-3v4f-411b-a712-g6f8c6a74781' 
-d '{
"user": "user1",
"description": "Test Action",
"mandatory": true
}'