curl <http://example.com>
curl -X POST <http://example.com> --data "param1=value1¶m2=value2"
curl -o filename.txt <http://example.com/file.txt>
curl -H 'Content-Type: application/json' <http://example.com>
curl -x <http://proxy-server>:port <http://example.com>