Authorization: Bearer ********************
curl --location --request GET 'https://dancedemo.shenghuayule.com/Dance/api/MusicData/GetScoreStat?musicId=3274'
{
"MyScore": 0,
"Least": 5,
"Score": 4.6935,
"Count": 447,
"List": [
{
"Score": "5",
"Percent": 0.8412
},
{
"Score": "4",
"Percent": 0.0984
},
{
"Score": "1",
"Percent": 0.0403
},
{
"Score": "2",
"Percent": 0.0067
},
{
"Score": "3",
"Percent": 0.0134
}
]
}