put https://{baseUrl}/V1/storeview//customer/password
Use this to reset the customer's password. An email is sent to the customer's registered email address. The customer clicks the link in the email to reset their password.
Sample Curl
curl --location --request PUT 'https://mygatewayurl.com/V1/storeview/default/customer/password' --header 'Content-Type: application/json' --data-raw '{ "email": "[email protected]", "template": "email_reset"}'
