curl --location 'http://localhost:8080/public/announcement/list?page=undefined&size=undefined'{
"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"
}
]
}
}