Using cURL in Postman
cURL is a command line tool for
getting or sending files using URL syntax, using variety of protocols which
includes HTTP.
cURL is commonly available
on a default install of many UNIX/LINUX platforms.
We can use POSTMAN to cURL and send/get data.
Following are the quick
steps to follow.
1.
Open postman client, click on import.
2.
Use Paste Raw text to input your cURL query
string.
3.
Use Body-> binary to choose files which you want
to be sent.
4.
Click on send to make the POST call.
Thanks!!!!