how to get posted data curl code example
Example 1: curl post
curl --data "param1=value1¶m2=value2" https://example.com/post
Example 2: curl adding body
curl -X POST -H "Content-Type: text/plain" --data "this is raw data" http://78.41.xx.xx:7778/