[
{
"userId": 922337203685477600,
"itemNo": "string",
"result": 0,
"processVideo": "string",
"sessionId": 922337203685477600,
"remark": "string",
"finishedStatus": 0,
"laps": "string",
"examNumber": "string"
}
]
curl --location --request POST 'http://192.168.20.159:8080/ykd-base-system/fitnessTestRecords/submitRecordsReturnId' \
--header 'Authorization: Bearer ' \
--header 'Clientid: ' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"userId": 922337203685477600,
"itemNo": "string",
"result": 0,
"processVideo": "string",
"sessionId": 922337203685477600,
"remark": "string",
"finishedStatus": 0,
"laps": "string",
"examNumber": "string"
}
]'
{
"code": 0,
"msg": "string",
"data": [
0
]
}