Post de rizado
curl -X POST -d "param1=value1¶m2=value2" https://example.com/post
garzj
curl -X POST -d "param1=value1¶m2=value2" https://example.com/post
curl --data '' https://example.com/resource.cgi
curl -X POST https://example.com/resource.cgi
curl --request POST https://example.com/resource.cgi
curl --insecure -H "Content-Type: application/json" -c cookie.txt -i -X POST -d {\"username\":\"USERNAME\",\"password\":\"PASSWORD\"} https://example.com/login