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