Auth
Forgot password
Errors
Returns an error if database operations fail or email service fails.
post/api/auth/forgot-password
Request body
Example request
{
"email": "user@example.com"
}Response
Password reset email sent
Example response
{
"message": "If the email exists in our system, a password reset link has been sent."
}