Reset customer password.
/V1/customers/resetPassword
application/json
{"email":"<string>","resetToken":"<string>","newPassword":"<string>"}
curl -L \ --request POST \ --url 'http://{{baseurl}}/V1/customers/resetPassword' \ --header 'Content-Type: application/json' \ --data '{ "email": "<string>", "resetToken": "<string>", "newPassword": "<string>" }'
true