Request password reset
POST
/api/auth/forgot-password
Send password reset link to email. Returns generic message to prevent user enumeration.
Request Body
application/json
JSON "email": "user@example.com"
{
}
Responses
Generic success response
application/json
JSON "message": "If the email exists, a password reset link has been sent."
{
}
