Converting a POSTMAN request to Curl
I am calling my java webservice (POST request) via POSTMAN in the following manner which works perfectly fine (i.e. I can see my … Read more
I am calling my java webservice (POST request) via POSTMAN in the following manner which works perfectly fine (i.e. I can see my … Read more
In postman, set method type to POST. Then select Body -> form-data -> Enter your parameter name (file according to your code) and on right … Read more