| Method | Endpoint | Description | Auth |
|---|---|---|---|
| POST | /api/auth/register | Register a new user | OPEN |
| POST | /api/auth/login | Login with email and password | OPEN |
| GET | /api/auth/user | Get current user (verify token) | AUTH |
| POST | /api/auth/resend-verification | Resend email verification | AUTH |
| POST | /api/auth/forgot-password | Request password reset email | OPEN |
| POST | /api/auth/change-password | Change password | AUTH |
| GET | /health | Health check | OPEN |