curl --location --request GET 'https://api.youlai.tech/api/v1/notices/page?pageNum=1&pageSize=10' \
--header 'Authorization: '{
"code": "string",
"data": {
"list": [
{
"id": 0,
"title": "string",
"publishStatus": 0,
"type": 0,
"publisherName": "string",
"level": "string",
"publishTime": "2019-08-24T14:15:22.123Z",
"isRead": 0,
"targetType": 0,
"createTime": "2019-08-24T14:15:22.123Z",
"revokeTime": "2019-08-24T14:15:22.123Z"
}
],
"total": 0
},
"msg": "string"
}