cURL
curl --request POST \ --url https://api.example.com/v1/auth/forgot-password-requests \ --header 'Content-Type: application/json' \ --data ' { "email": "[email protected]" } '
Create forgot password
ok
Was this page helpful?