Send an email to the customer with a password reset link.
application/json
{"email":"<string>","template":"<string>","websiteId":"<integer>"}
PUT /V1/customers/password HTTP/1.1 Host: {{baseurl}} Content-Type: application/json Accept: */* Content-Length: 66 { "email": "<string>", "template": "<string>", "websiteId": "<integer>" }
OK
true