How can I send these details(POST method) in Postman to receive a response as JSON data?
curl https://api.mysite.contact/info/regular \
-d "api_key=xxx" \
-d "access_token=yyy" \
-d “name=firstName” \
-d “address=123” \
-d “[email protected]”
Since you already have a valid curl
request, you can actually import that and Postman will automatically convert it into a Postman call.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With