Update the student’s email in both the Redis session and the database.
POST /verify.| Code | HTTP | Description |
|---|---|---|
MISSING_DATA | 400 | sessionToken or email is missing |
INVALID_EMAIL | 400 | Email does not match a valid format |
SESSION_NOT_FOUND | 404 | Session is expired or not found |
INTERNAL_ERROR | 500 | Unexpected server error |