{"examId":"6258c1259382ce66337078cc","examTypeId":1,"stuAnswer":[3],"taskAnswerId":1148898,"taskDetailsId":107051,"taskId":"1330"}
curl --location --request POST 'localhost:8077/answer/api/studentTaskAnswer/studentSubmitExam' \
--header 'token: undefined' \
--header 'roleId: {{stuRoleId}}' \
--header 'channel: 2' \
--header 'Authorization: Bearer e04bc2ccd70847efbd8b3775fb951f4e' \
--header 'tenantId: {{tenantId}}' \
--header 'Content-Type: application/json' \
--data-raw '{"examId":"6258c1259382ce66337078cc","examTypeId":1,"stuAnswer":[3],"taskAnswerId":1148898,"taskDetailsId":107051,"taskId":"1330"}'
{
"code": 0,
"errorCode": 0,
"message": "string",
"result": "string",
"success": true
}