请求头
Content-Type: application/json
请求体
{ "title": "#{ruleName}", "message": "#{time}\n#{ipAddr}", "priority": 5 }
CURL调试命令
curl.exe "https://gofity.server.com/message?token=123456" ` -F "title=测试" ` -F "message=hello world" ` -F "priority=5"