{
"chatroomId": "44420751013@chatroom",
"content": "群公告哈"
}curl --location --request POST '/setGroupAnnouncement' \
--header 'AUTHORIZATION: token值' \
--header 'Content-Type: application/json' \
--data-raw '{
"chatroomId": "44420751013@chatroom",
"content": "群公告哈"
}'{
"ret": 0,
"msg": "string"
}