Verify a user’s email address using the verification token.
| Field | Type | Required | Description |
|---|---|---|---|
email | string | Yes | User’s email address |
verification_token | string | Yes | Token from the verification email |
| Code | Description |
|---|---|
200 | Email verified successfully |
400 | Invalid request (missing fields, invalid token) |
404 | User not found |