{
"method": "/msg/revokeMsg",
"params": {
"guid": "{{guid}}",
"chatId": "{{toId}}",
"msgServerId": 1121922
}
}curl --location --request POST 'http://manager.qiweapi.com/qiwe/api/qw/doApi' \
--header 'X-QIWEI-TOKEN: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "/msg/revokeMsg",
"params": {
"guid": "",
"chatId": "",
"msgServerId": 1121922
}
}'{
"code": 0,
"data": [
{}
],
"msg": "string"
}