In this demo, I will show you how to run cURL command in Postman.

A cURL is a command-line tool to retrieve and send data using a URL syntax. On the other hand Postman is an API testing tool.

I will demonstrate basic URL call and also a URL call with data (aka query string).