Authorization: ********************curl --location 'http://localhost:6567/api/v1/api/v1/submissions/' \
--header 'Authorization: Bearer <token>'{
"submissionId": "sub-001",
"status": "completed",
"passed": true,
"testsPassed": 5,
"totalTests": 5,
"output": "All tests passed!",
"executionTime": 125
}