curl --location --request GET 'http://192.168.20.159:8080/ykd-base-system/fitnessScoreAnalysis/fitnessStatistics' \
--header 'Authorization: Bearer ' \
--header 'Clientid: '
{
"code": 0,
"msg": "string",
"data": {
"participateCount": 0,
"completedCount": 0,
"completedRate": 0,
"excellentProportion": 0,
"goodProportion": 0,
"passProportion": 0,
"failProportion": 0,
"normalRate": 0,
"underweightRate": 0,
"overweightRate": 0,
"obesityRate": 0
}
}