Description:
Implement the backend logic for email verification. This includes secure token handling and fixing existing email delivery bugs.
Tasks:
API Endpoint:
GET /api/auth/verify-email?token=...
Mock Response:
{
"status": "success",
"message": "Verification sent"
}