{
"type": "WW_ADD_ROOM_ADMIN_MSG",
"client_id": 1,
"data": {
"room_conversation_id":"R:1069605272502xxxxx",
"user_list":["788130071xxxxxx"]
}
}
curl --location --request POST '/' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "WW_ADD_ROOM_ADMIN_MSG",
"client_id": 1,
"data": {
"room_conversation_id":"R:1069605272502xxxxx",
"user_list":["788130071xxxxxx"]
}
}'
{}