cURL
curl --request POST \ --url https://api.example.com/api/auth/send_reset_password \ --header 'Content-Type: application/json' \ --data ' { "email": "[email protected]" } '
User email address to send reset link to
"[email protected]"
Reset password email sent if the account exists.