{
"chatroomId": "44420751013@chatroom"
}curl --location --request POST '/getGroupAnnouncement' \
--header 'AUTHORIZATION: token值' \
--header 'Content-Type: application/json' \
--data-raw '{
"chatroomId": "44420751013@chatroom"
}'{
"ret": 0,
"msg": "string",
"data": {
"announcement": "string",
"announcementEditor": "string",
"publishTime": 0
}
}