curl --location --request PATCH 'https://decathlonstore.myvtex.com/api/checkout/pub/orderForm/3aea61850daf4d1f8aa46dd9ce5635e3/items?allowOutdatedData=paymentData&sc=6' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderItems": [
{
"id":"754084",
"seller": "DEC187",
"quantity": 1
}
]
}'
{}