Authorization: Bearer ********************
curl --location --request GET 'https://api.phizone.cn/studio/charts//votes'
{
"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",
"chartId": "54f93a91-b046-4439-9ec5-17949db5a60d",
"score": 0,
"suggestedDifficulty": 0,
"message": "string",
"ownerId": 0,
"dateCreated": "2019-08-24T14:15:22Z"
}
]
}