curl --request GET \
--url https://demo.onlinebillingform.com/api/v1/customer/reset-password \
--header 'token: <token>'{
"success": true,
"message": "If you entered a correct email address, you will receive an email shortly.",
"response": "passwords.sent"
}curl --request GET \
--url https://demo.onlinebillingform.com/api/v1/customer/reset-password \
--header 'token: <token>'{
"success": true,
"message": "If you entered a correct email address, you will receive an email shortly.",
"response": "passwords.sent"
}