Authorization: ********************curl --location 'http://localhost:6567/api/v1/api/v1/submissions/unit/' \
--header 'Authorization: Bearer <token>'[
{
"id": "sub-001",
"status": "passed",
"kind": "exercise_normal",
"language": "python",
"attemptNumber": 1,
"queuedAt": "2024-01-15T10:30:00Z",
"finishedAt": "2024-01-15T10:30:05Z"
}
]