Authorization: Bearer ********************curl --location '/api/notice/list?createTimeEnd=undefined&createTimeStart=undefined&enabled=undefined&id=undefined¬iceLevel=undefined¬iceScope=undefined¬iceTitle=undefined&pinned=undefined&publishStatus=undefined&publishTimeEnd=undefined&publishTimeStart=undefined&page=undefined&size=undefined' \
--header 'Authorization: Bearer <token>'{
"content": [
{
"createBy": "string",
"createTime": "string",
"enabled": true,
"expireTime": "string",
"id": 0,
"noticeLevel": "Normal",
"noticeScope": "AllAdmin",
"noticeTitle": "string",
"pinned": true,
"publishBy": "string",
"publishStatus": "Draft",
"publishTime": "string",
"remark": "string",
"sort": 0,
"updateBy": "string",
"updateTime": "string"
}
],
"page": 0,
"size": 0,
"total_elements": 0,
"total_pages": 0
}