put https://{baseUrl}/V1/storeview//customer/password
Use this to reset the customer's password. An email gets sent to the customer's email provided. The customer clicks the link in the email and resets 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"}'