{
"ToWxid": "string",
"Type": 0,
"Wxid": "string",
"Xml": "string"
}
curl --location --request POST '/SendAppMsg' \
--header 'Content-Type: application/json' \
--data-raw '{
"ToWxid": "string",
"Type": 0,
"Wxid": "string",
"Xml": "string"
}'
{
"Code": 0,
"Data": {
"BaseResponse": {
"errMsg": {
"string": "string"
},
"ret": 0
},
"actionFlag": 0,
"aeskey": "string",
"appId": "string",
"clientMsgId": "string",
"createTime": 0,
"fromUserName": "string",
"msgId": 0,
"msgSource": "string",
"newMsgId": 0,
"toUserName": "string",
"type": 0
},
"Message": "string",
"Success": true
}