curl to postman code example

Example 1: curl post request

curl -d "user=user1&pass=abcd" -X POST https://example.com/login

Example 2: how to import curl in postman

Click import
Select Raw Text
Than Paste the curl command
Lastly click send request to post

Example 3: can i send curl request inside postman

inside postman on right side panel there last second option is of code where you
can see the curl request for the postman request sent

Example 4: how to generate curl command from postman

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