curlコマンドから HTTP POST する方法 - Qiita
普通のname/valueペアをPOSTする curl -F "name1=value1" -F "name2=value2" http://yourdomain/execute.script これが