Add authorization or custom headers
curl -H "Authorization: Bearer TOKEN" \ -H "Accept: application/json" \ https://api.example.com
Download a file and show progress bar
Automatically follow HTTP redirects
Send a POST request with JSON body
Dump response headers to a file