curl --location 'http://localhost:8085/api/message/revoke' \
--header 'Content-Type: application/json' \
--data '{
"client_id": 87654321,
"create_time": 1700000000,
"new_id": 12345678,
"receiver": "wxid_xxx"
}'{
"code": 0,
"data": {
"base_response": {
"code": 0,
"message": {
"value": "string"
}
},
"introduction": "string",
"sys_wording": "string"
},
"message": "string"
}