auth-controller
Request reset password email (requestResetPasswordByEmail)
Request to send the reset password email if the user with specified email address is present in the database. Always return '200 OK' status for security purposes.
post/api/noauth/resetPasswordByEmail
Request body
Example request
{
"email": "user@example.com"
}Response
OK