Authorization: ********************curl --location 'http://localhost:8080/admin/announcement?page=undefined&size=undefined' \
--header 'Authorization: Bearer <token>'{
"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"
}
]
}
}