Retrieve attendance records for a specific student - Feature not yet implemented
GET
/api/v1/student/{studentId}/attendance
curl \
--request GET 'http://localhost:3500/api/v1/student/uuid-string/attendance'
Response examples (400)
{
"message": "string",
"error": "string",
"statusCode": 42.0
}