Authorization: Bearer ********************curl --location '/api/user/notice/latest?readFlag=undefined&size=undefined' \
--header 'Authorization: Bearer <token>'[
{
"expireTime": "string",
"id": 0,
"noticeLevel": "Normal",
"noticeTitle": "string",
"pinned": true,
"publishTime": "string",
"readFlag": true,
"readTime": "string"
}
]