Auth
Trigger Password Reset
Generates a password reset code and sends it via email to the user.
post/v1/auth/password-reset/trigger
Request body
Example request
{
"email": "user@example.com"
}Response
Password reset email sent successfully
Example response
{
"message": "password reset email sent successfully"
}