Send a POST request with JSON body
curl -X POST https://api.example.com \ -H "Content-Type: application/json" \ -d '{"key":"value"}'
Download a file and show progress bar
Automatically follow HTTP redirects
Dump response headers to a file
Add authorization or custom headers