{
"type":"WW_MOD_ROOM_NOTICE_MSG",
"client_id":1,
"data":{
"room_conversation_id":"R:106960517xxxxx",
"notice":"新群公告"
}
}
curl --location --request POST '/' \
--header 'Content-Type: application/json' \
--data-raw '{
"type":"WW_MOD_ROOM_NOTICE_MSG",
"client_id":1,
"data":{
"room_conversation_id":"R:106960517xxxxx",
"notice":"新群公告"
}
}'
{}