Request password reset method
With the "Request password reset" method, you can send a password reset email to the user.
An email with a reset link will be sent to the user's email address.
The link will redirect the user to the page you specify in the redirect URL parameter.
Parameters
- Email: This is a required function field where you can return the user's email address.
- Redirect URL: This is a required function field where you can return the Full URL of the page where the user will input their new password. The reset token will be appended as a query parameter.
