{ "appkey": "填写频道的appkey", "msg_type": "text", "content": "hello" }
curl --location --request POST '/push/app' \ --header 'Content-Type: application/json' \ --data-raw '{ "appkey": "填写频道的appkey", "msg_type": "text", "content": "hello" }'
{}