curl --location 'http://localhost:8085/api/message/app' \
--header 'Content-Type: application/json' \
--data '{
"receiver": "wxid_xxx",
"type": 1,
"xml": "<msg>...</msg>"
}'{
"code": 0,
"data": {
"action_flag": 0,
"aes_key": "string",
"app_id": "string",
"base_response": {
"code": 0,
"message": {
"value": "string"
}
},
"client_id": "string",
"create_time": 0,
"extend_xml": "string",
"id": 0,
"new_id": 0,
"receiver": "string",
"sender": "string",
"type": 0
},
"message": "string"
}