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/tapTap' \
--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,
"experienceDelta": 0,
"dateCreated": "2019-08-24T14:15:22Z"
}
}