{
"type": "WW_ROOM_TO_OPEN_MSG",
"client_id": 1,
"data": {
"room_conversation_id": "R:10696049xxxxxx",
"corp_appid": "xxxx",
"corp_id": "xxxx"
}
}curl --location --request POST '/' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "WW_ROOM_TO_OPEN_MSG",
"client_id": 1,
"data": {
"room_conversation_id": "R:10696049xxxxxx",
"corp_appid": "xxxx",
"corp_id": "xxxx"
}
}'{}