Body
application/json
Example:
Send password reset email using the method configured in auth settings (resetPasswordMethod). When method is ‘code’, sends a 6-digit numeric code for two-step flow. When method is ‘link’, sends a magic link. Prevents user enumeration by returning success even if email doesn’t exist.