Authorization: Bearer ********************
{
"appUserId": "53",
"openid": "26",
"height": 63,
"weight": 99,
"BMI": 50,
"score": 87,
"time": "2025-12-09 23:27:41"
}
curl --location --request POST '/app/weightRecords' \
--header 'Content-Type: application/json' \
--data-raw '{
"appUserId": "53",
"openid": "26",
"height": 63,
"weight": 99,
"BMI": 50,
"score": 87,
"time": "2025-12-09 23:27:41"
}'
{}