Curl 指令用法
CURL_CMD="curl" CURL_OPT="-qSfs -m 60" CURL_OPT_POST="-qSfs -m 60 -X POST"
Send an Empty POST Request
curl -X POST https://catonmat.net
Send a POST Request with Form Data
curl -d 'login=emma&password=123' -X POST https://google.com/login