Authorization: Bearer ********************
curl --location --request GET 'https://api.phizone.cn/events/resources'
{
"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": [
{
"divisionId": "79c081ac-2c36-4826-9de3-ab76e5b1b54a",
"resourceId": "026d60bb-63a8-407e-bf67-01dcfc6022e6",
"type": 0,
"label": "string",
"description": "string",
"isAnonymous": true,
"score": 0,
"teamId": "a4ede8ba-7c0a-4485-8763-cbd9b282fbec",
"dateCreated": "2019-08-24T14:15:22Z",
"dateUpdated": "2019-08-24T14:15:22Z"
}
]
}