Authorization: Bearer ********************
curl --location --request GET 'https://api.phizone.cn/events/hostships'
{
"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": [
{
"eventId": "d6703cc8-9e79-415d-ac03-a4dc7f6ab43c",
"userId": 0,
"isAdmin": true,
"position": "string",
"isUnveiled": true,
"permissions": [
0
]
}
]
}