Authorization: Bearer ********************
curl --location --request GET 'https://api.phizone.cn/'
{
"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": {
"userCount": 0,
"recordCount": 0,
"chartCount": 0,
"songCount": 0,
"chapterCount": 0,
"likeCount": 0,
"commentCount": 0,
"replyCount": 0
}
}