Validate an attempt for the specified student and return timing and assessment metadata
GET
/api/v1/student/{studentId}/attempts/{attemptId}/validate
curl \
--request GET 'http://localhost:3500/api/v1/student/uuid-string/attempts/uuid-string/validate'