/password/reset
token (required)
customer_id (required)
Calling reset customer password initiates a reset password flow for the submitted customer_id
. The customer will receive an email informing them their password has been reset and to follow the included link to set a new password.
{"code" 200,"status": "success","data": "A password reset message has been sent to this customer's email address."}
{"code": 400,"status": "error","data": "Missing variable: reseller_id"}