curl --request POST -o option code example
Example 1: curl post
curl --data '' https://example.com/resource.cgi
curl -X POST https://example.com/resource.cgi
curl --request POST https://example.com/resource.cgi
Example 2: curl post
curl --data "param1=value1¶m2=value2" https://example.com/post