how to generate curl command from postman code example

Example 1: postman export curl command

Click the Code button (it's right below Save).
Select curl from the drop-down menu.

Example 2: how to run curl command in postman

A simpler approach would be:
Open POSTMAN.
Click on "import" tab on the upper left side.
Select the Raw Text option and paste your cURL command.
Hit import and you will have the command in your Postman builder!
Click Send to post the command.

Example 3: how to generate curl command from postman

Click the Code button on the right
And copy the curl command

Tags:

Misc Example