{ "account": "请输入对方的知了ID", "msg_type": "text", "content": "hello" }
curl --location --request POST '/push/public' \ --header 'Content-Type: application/json' \ --data-raw '{ "account": "请输入对方的知了ID", "msg_type": "text", "content": "hello" }'
{}