curl --location --request GET 'http://192.168.20.159:8080/ykd-base-system/fitnessScoreAnalysis/itemScoreAverageStatistics' \
--header 'Authorization: Bearer ' \
--header 'Clientid: '
{
"data": {
"total": 922337203685477600,
"list": [
{
"itemName": "string",
"value": 0
}
]
},
"code": 0,
"msg": "string"
}