Authorization: Bearer ********************curl --location '/api/user/notice/' \
--header 'Authorization: Bearer <token>'{
"expireTime": "string",
"id": 0,
"noticeContent": "string",
"noticeLevel": "Normal",
"noticeTitle": "string",
"pinned": true,
"publishTime": "string",
"readFlag": true,
"readTime": "string"
}