{
"type": "WW_DEL_ROOM_MEMBER_MSG",
"client_id": 1,
"data": {
"user_list": [
"7881302872xxxx15"
],
"conversation_id": "R:106960517xxx"
}
}
curl --location --request POST '/' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "WW_DEL_ROOM_MEMBER_MSG",
"client_id": 1,
"data": {
"user_list": [
"7881302872xxxx15"
],
"conversation_id": "R:106960517xxx"
}
}'
{}