cURL
curl --request POST \ --url https://api.example.com/auth/forgot-password \ --header 'Content-Type: application/json' \ --data ' { "email": "[email protected]" } '
"[email protected]"
Password reset email sent if account exists