curl --location --request POST 'https://api.dev.geadev.com/wms/api.wms.v1.WMSInternalInventoryAPI/UpdateInventoryClusterQuantity' \
--header 'Connect-Protocol-Version;' \
--header 'Connect-Timeout-Ms;' \
--header 'Content-Type: application/json' \
--data-raw '{
"inventoryClusterId": 0,
"conditionType": "string",
"quantity": 0,
"remark": "string"
}'{
"data": {
"id": 0,
"systemSku": "string",
"warehouseCode": "string",
"clusterCode": "string",
"goodQuantity": 0,
"goodAvailableQuantity": 0,
"goodAllocatedQuantity": 0,
"damagedQuantity": 0,
"damagedAvailableQuantity": 0,
"damagedAllocatedQuantity": 0,
"expiredQuantity": 0,
"expiredAvailableQuantity": 0,
"expiredAllocatedQuantity": 0,
"lostQuantity": 0,
"updatedAt": "2023-01-15T01:30:15.01Z",
"fulfillableExpiredAt": "2023-01-15T01:30:15.01Z"
}
}