AnnouncementDelete
Authorization: Bearer ********************
curl --location --request DELETE 'http://127.0.0.1:6810/api/announcements/1' \ --header 'Authorization: Bearer <token>'
{ "code": "DELETE_ANNOUNCEMENT", "message": "成功删除公告", "data": true }