What is Curl?
Curl is a command line tool and library for transferring data with URLs.
Steps
The following steps can be used to test Curl in Postman:
- open postman.
- click import tab on the top left side.
- select the raw test tab.
- paste the raw text, then click continue.
- confirm the name , format and Import as
- if step 5. is correct, click import.
This automatically imports Curl into Postman.
To read more on Curl, visit curl.se
follow me on twitter
Original article posted on my blog
Top comments (2)
as now, just past it in normal tab input box, postman will make it for you automatically.
Thank You!