{
"code": "string",
"message": "string",
"data": {
"content": [
{
"id": 0,
"title": "string",
"content": "string",
"author": "string",
"category": "string",
"articleImg": "http://example.com",
"tags": [
"string"
],
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
],
"pagination": {
"currentPage": 1,
"pageSize": 10,
"totalElements": 100,
"totalPages": 10,
"last": false,
"first": true
}
}
}