curl --location --request GET 'https://uniquehealth.lefuenergy.com/openapi-bodydata/bodyData/getDcLfBodyData?age= &heartRate= &height= &impedance= &peopleType= &sex= &weightKg= ' \
--header 'token: {{token}}' \
--header 'Accept-Language: zh'{
"code": 0,
"data": {
"errorType": "PP_ERROR_TYPE_AGE",
"lefuBodyData": [
{
"bodyParamKey": "string",
"bodyParamName": "string",
"currentValue": 75.5,
"introduction": "string",
"standSuggestion": "建议控制饮食,适当增加运动",
"standardArray": "[0, 18.5, 25, 30, 42]",
"standardTitle": "标准",
"standeEvaluation": "超重",
"unit": "kg"
}
],
"version": "Lefu_23_06_28"
},
"errorCode": 0,
"msg": "string",
"text": "string"
}