Send a password reset email to a user. The user will receive an email with a link to reset their password.
Flow:
Note: This endpoint only initiates the password reset flow. The actual password change happens when the user follows the link in the email.
The access token received from the authorization server in the OAuth 2.0 flow.
Password reset email sent successfully (or user not found - response is the same for security)
The response is of type string.