curl --location 'http://localhost:8080/public/announcement/list?page=undefined&size=undefined' \
--header 'Authorization: eyJhbGciOiJIUzI1NiJ9.eyJqdGkiOiJmMmI4OWY2ZmVhNTM0Y2NlYTU4MTM4NmNhNDg5ZDg5MiIsInN1YiI6IjEiLCJpc3MiOiJ4aC1uZXQiLCJpYXQiOjE3ODU4MzI5OTksImV4cCI6MTc4NTg0MDE5OX0.3DGsEIR0s18rZUoSmbspQI--Evczz1wIkrgVBqxCBuA'{
"code": 0,
"message": "string",
"data": {
"total": 0,
"records": [
{
"id": 0,
"title": "string",
"content": "string",
"is_top": 0,
"published_at": "2019-08-24T14:15:22.123Z"
}
]
}
}