Send an email to the customer with a password reset link.
/V1/customers/password
application/json
{"email":"<string>","template":"<string>","websiteId":"<integer>"}
curl -L \ --request PUT \ --url 'http://{{baseurl}}/V1/customers/password' \ --header 'Content-Type: application/json' \ --data '{ "email": "<string>", "template": "<string>", "websiteId": "<integer>" }'
true