{
"ClientMsgId": 0,
"CreateTime": 0,
"NewMsgId": 0,
"ToWxid": "string",
"Wxid": "string"
}
curl --location --request POST '/RevokeMsg' \
--header 'Content-Type: application/json' \
--data-raw '{
"ClientMsgId": 0,
"CreateTime": 0,
"NewMsgId": 0,
"ToWxid": "string",
"Wxid": "string"
}'
{
"Code": 0,
"Data": {
"BaseResponse": {
"errMsg": {
"string": "string"
},
"ret": 0
},
"introduction": "string",
"isysWording": "string"
},
"Message": "string",
"Success": true
}