Authorization: Bearer ********************
{
"name": "string",
"perfectJudgment": 0,
"goodJudgment": 0,
"chartMirroring": 0,
"aspectRatio": [
0
],
"noteSize": 0.4,
"backgroundLuminance": 0,
"backgroundBlur": 0,
"simultaneousNoteHint": true,
"fcApIndicator": true,
"chartOffset": -600,
"hitSoundVolume": 0,
"musicVolume": 0
}
curl --location --request POST 'https://api.phizone.cn/player/configurations' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"perfectJudgment": 0,
"goodJudgment": 0,
"chartMirroring": 0,
"aspectRatio": [
0
],
"noteSize": 0.4,
"backgroundLuminance": 0,
"backgroundBlur": 0,
"simultaneousNoteHint": true,
"fcApIndicator": true,
"chartOffset": -600,
"hitSoundVolume": 0,
"musicVolume": 0
}'
{
"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"
}
}