{
"data" : [
"wxid_xxxxxxx",
"wxid_xxxxxxx"
],
"client_id": 1,
"type": "MT_CREATE_ROOM_MSG"
}
curl --location --request POST '/' \
--header 'Content-Type: application/json' \
--data-raw '{
"data" : [
"wxid_xxxxxxx",
"wxid_xxxxxxx"
],
"client_id": 1,
"type": "MT_CREATE_ROOM_MSG"
}'
{}