Authorization: Bearer ********************
curl --location --request GET 'https://api.phizone.cn/announcements/'
{
"status": 0,
"code": "string",
"message": "string",
"errors": [
{
"field": "string",
"errors": [
"string"
]
}
],
"dateAvailable": "2019-08-24T14:15:22Z",
"total": 0,
"perPage": 0,
"hasPrevious": true,
"hasNext": true,
"data": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"title": "string",
"content": "string",
"likeCount": 0,
"resourceId": "026d60bb-63a8-407e-bf67-01dcfc6022e6",
"resourceType": 0,
"ownerId": 0,
"dateCreated": "2019-08-24T14:15:22Z",
"dateUpdated": "2019-08-24T14:15:22Z",
"dateLiked": "2019-08-24T14:15:22Z"
}
}