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