curl post header example
Example 1: curl pass a header
curl -H "Accept-Charset: utf-8" -H "Content-Type: application/x-www-form-urlencoded" http://www.some-domain.com
Example 2: curl post
curl --data "param1=value1¶m2=value2" https://example.com/post