Answers for "exporting curl from postman"

2

postman export curl command

Click the Code button (it's right below Save).
Select curl from the drop-down menu.
Posted by: Guest on May-14-2020
0

exporting curl from postman

curl https://{subdomain}.zendesk.com/api/v2/tickets.json \
  -d '{"ticket": {"subject": "My printer is on fire!", "comment": { "body": "The smoke is very colorful." }}}' \
  -H "Content-Type: application/json" -v -u {email_address}:{password} -X POST
Posted by: Guest on September-14-2021

Browse Popular Code Answers by Language