curl --location --request POST '/so-mini-service/openapi/somini_api_updateShoppingCart' \
--header 'accessToken: addd97479b608269f1c6cd1e0acf6e9d_21b86771-a566-4247-86ab-68b0f7f6d857' \
--header 'staffCode: A1002' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"custId": "250008233941",
"custTokenId": "bc1f16a7-fff8-4c98-966e-3a8baf657c5e",
"orderItemDatas": [
{
"pkgItemGrpId": 400000000,
"pkgItemId": 400000000,
"compCode": "accNumComp",
"data": {
"accNum": "18911707346"
},
"orderItemSeq": -1
}
]
}
]'