Authorization: Bearer ********************
{
"appUserId": 54,
"openid": "96",
"time": "2025-02-07 07:56:43",
"score": 15,
"SBP": 59,
"DBP": 68
}
curl --location --request POST '/app/bloodPressure' \
--header 'Content-Type: application/json' \
--data-raw '{
"appUserId": 54,
"openid": "96",
"time": "2025-02-07 07:56:43",
"score": 15,
"SBP": 59,
"DBP": 68
}'
{}