Authorization: Bearer ********************
curl --location --request GET 'https://api.phizone.cn/collaborations'
{
"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",
"submissionId": "23243110-f447-42f4-a433-27cb8d276b19",
"inviterId": 0,
"inviteeId": 0,
"position": "string",
"status": 0,
"dateCreated": "2019-08-24T14:15:22Z"
}
]
}