Post Requests
curl -k -x username:[email protected]:5959 [example.site.com] -d "param1=value1¶m2=value2"curl -k -x username:[email protected]:5959 [example.site.com] -d '{"test2": "value1", "param2": "value2"}' -H 'x-netnut-custom-header: true' -H "Content-Type: application/json" -k -vLast updated
