Sends an email with a link containing a token to reset a user password.
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/forgot-password
- Sandbox serverhttps://api-sandbox.rebilly.com/forgot-password
- Live serverhttps://api.rebilly.com/forgot-password
curl -i -X POST \
https://www.rebilly.com/_mock/catalog/all/forgot-password \
-H 'Content-Type: application/json' \
-d '{
"email": "user@example.com"
}'