Authorization: Bearer ********************curl --location --globoff '/api/resident/blood-glucose-records?arc_code={{arc_code}}&system_code={{system_code}}&id_crd_no=51021119700628481X' \
--header 'x1-gp-color: {{IS_GRAY}}' \
--header 'Authorization: Bearer <token>'{
"message": "操作成功",
"code": 200,
"data": {
"list": [
{
"glu_val": "3.0",
"unit": "mmol/L",
"meas_tm": "2025-02-18 14:38:56"
},
{
"glu_val": "2.9",
"unit": "mmol/L",
"meas_tm": "2025-02-18 14:38:54"
}
]
}
}