Answers for "how to run curl command in postman"

2

how to import curl in postman

Click import
Select Raw Text
Than Paste the curl command
Lastly click send request to post
Posted by: Guest on January-13-2021
0

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.
Posted by: Guest on March-22-2021
0

how to generate curl command from postman

Click the Code button on the right
And copy the curl command
Posted by: Guest on January-13-2021

Code answers related to "how to run curl command in postman"

Browse Popular Code Answers by Language