Judith's blogHome
How to Import Curl into Postman and Test Requests
January 09, 20211 MIN READ
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 on the 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