{
"type": "WW_ROOM_WELCOME_MSG",
"client_id": 1,
"data": {
"offset" : "",
"limit" : 100,
"type" : 10
}
}
curl --location --request POST '/' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "WW_ROOM_WELCOME_MSG",
"client_id": 1,
"data": {
"offset" : "",
"limit" : 100,
"type" : 10
}
}'
{}