{
"data" : {
"room_wxid": "xxxxxxx"
},
"client_id": 1,
"type": "MT_QUIT_DEL_ROOM_MSG"
}
curl --location --request POST '/' \
--header 'Content-Type: application/json' \
--data-raw '{
"data" : {
"room_wxid": "xxxxxxx"
},
"client_id": 1,
"type": "MT_QUIT_DEL_ROOM_MSG"
}'
{}