{
"data" : {
"room_wxid": "xxxxxxx",
"notice": "新公告"
},
"client_id": 1,
"type": "MT_MOD_ROOM_NOTICE_MSG"
}
curl --location --request POST '/' \
--header 'Content-Type: application/json' \
--data-raw '{
"data" : {
"room_wxid": "xxxxxxx",
"notice": "新公告"
},
"client_id": 1,
"type": "MT_MOD_ROOM_NOTICE_MSG"
}'
{}