Authorization: Bearer ********************
{
"token": "b5507016-7da2-4777-a161-1e8042a6a377",
"maxCombo": 0,
"perfect": 0,
"goodEarly": 0,
"goodLate": 0,
"bad": 0,
"miss": 0,
"stdDeviation": 0,
"hmac": "string",
"checksum": "string",
"deviceInfo": "string"
}
curl --location --request POST 'https://api.phizone.cn/records' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "b5507016-7da2-4777-a161-1e8042a6a377",
"maxCombo": 0,
"perfect": 0,
"goodEarly": 0,
"goodLate": 0,
"bad": 0,
"miss": 0,
"stdDeviation": 0,
"hmac": "string",
"checksum": "string",
"deviceInfo": "string"
}'
{
"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",
"score": 0,
"accuracy": 0,
"isFullCombo": true,
"player": {
"id": 0,
"userName": "string",
"avatar": "string",
"gender": 0,
"region": {
"id": 0,
"code": "string",
"name": "string"
},
"language": "string",
"biography": "string",
"role": "string",
"experience": 0,
"tag": "string",
"rks": 0,
"followerCount": 0,
"followeeCount": 0,
"dateLastLoggedIn": "2019-08-24T14:15:22Z",
"dateJoined": "2019-08-24T14:15:22Z",
"dateOfBirth": "2019-08-24T14:15:22Z",
"dateFollowed": "2019-08-24T14:15:22Z",
"applicationLinks": [
{
"userId": 0,
"applicationId": "97ab27fa-30e2-43e3-92a3-160e80f4c0d5",
"application": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"avatar": "string",
"name": "string",
"illustration": "string",
"illustrator": "string",
"description": "string",
"homepage": "string",
"apiEndpoint": "string",
"type": 0,
"likeCount": 0,
"ownerId": 0,
"dateCreated": "2019-08-24T14:15:22Z",
"dateUpdated": "2019-08-24T14:15:22Z",
"dateLiked": "2019-08-24T14:15:22Z"
},
"remoteUserId": "string",
"remoteUserName": "string",
"dateCreated": "2019-08-24T14:15:22Z",
"dateUpdated": "2019-08-24T14:15:22Z"
}
]
},
"experienceDelta": 0,
"rksBefore": 0,
"dateCreated": "2019-08-24T14:15:22Z"
}
}