post https://{baseUrl}/V1/storeview//customer/set-password
Set customer's password after using reset token via link sent in reset email.
Sample Curl
curl --location 'curl --location 'https://mygatewayurl.com/V1/storeview/default/customer/set-password' --header 'Content-Type: application/json' --data '{"email": "string","resetToken": "string","newPassword": "string"}'