{ "cartIds": [ 0 ] }
curl --location --request POST '/api/cart/cart/removeItem' \ --header 'X-Shop-Id: 0' \ --header 'Content-Type: application/json' \ --data-raw '{ "cartIds": [ 0 ] }'