Authorization: ********************curl --location --request POST 'http://localhost:6567/api/v1/api/v1/units//final-exams//attempts' \
--header 'Authorization: Bearer <token>'{
"attemptId": "attempt-001",
"finalExamId": "exam-001",
"startedAt": "2024-01-20T10:30:00Z",
"timeLimit": 120
}