x-token: ********************
curl --location --request GET 'http://api.testagent.mumamail.com/common/noticeListHistory' \
--header 'x-token;'
{
"code": 0,
"data": {
"list": [
{
"id": 0,
"created_at": "string",
"updated_at": "string",
"title": "string",
"content": "string",
"url": "string",
"status": 0,
"type": 1,
"time": 0,
"agent_id": 0,
"tag": "string",
"is_read": 0
}
],
"total": 0,
"page": 0,
"pageSize": 0
},
"msg": "string"
}