put https://{baseUrl}/V1/storeview//user/guest/quote//item/
Update a product in the guest quote via this endpoint.
Sample Curl
curl --location --request PUT 'https://mygatewayurl.com/V1/storeview/default/user/guest/quote/N3SJm8Jr8ji7DYaknUh6KpfUoW4jpWjP/item/34 --header 'Content-Type: application/json' --data '{"cartItem":{"sku":"product_sku", "qty":1}}'