curl --location --request POST '/api/v1/cart/cartItems/updateQuantity' \ --header 'Content-Type: application/json' \ --data-raw '{ "item_qty": 20 }'
{}