Authorization: Bearer ********************{
"id": "66a5cdd36c95d63759a94924",
"patientID": "fd553183cf9dfa1ee7cecce4",
"eegFilePath": null,
"state": "tempor amet id",
"roughPredict": [
{
"video_index": 80,
"lenth": 25,
"left_index": 68,
"right_index": 51,
"label": 11
}
],
"precisePredict": [
{
"video_index": 63,
"lenth": 18,
"left_index": 44,
"right_index": 50,
"label": 47
}
]
}curl --location --request PUT '/task' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "66a5cdd36c95d63759a94924",
"patientID": "fd553183cf9dfa1ee7cecce4",
"eegFilePath": null,
"state": "tempor amet id",
"roughPredict": [
{
"video_index": 80,
"lenth": 25,
"left_index": 68,
"right_index": 51,
"label": 11
}
],
"precisePredict": [
{
"video_index": 63,
"lenth": 18,
"left_index": 44,
"right_index": 50,
"label": 47
}
]
}'{
"code": 0,
"msg": "string",
"data": {}
}