AnnouncementPublish权限curl --location --request POST 'http://127.0.0.1:6810/api/announcements' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"content": "string",
"type": 0,
"important": true,
"force_show": true
}'{
"code": "PUBLISH_ANNOUNCEMENT",
"message": "成功发布公告",
"data": true
}