Authorization: Bearer ********************
{
"score": -3,
"suggestedDifficulty": 0,
"message": "string"
}
curl --location --request POST 'https://api.phizone.cn/studio/charts//votes' \
--header 'Content-Type: application/json' \
--data-raw '{
"score": -3,
"suggestedDifficulty": 0,
"message": "string"
}'
{}