curl --location --request POST 'https://api.dev.geadev.com/wms/api.wms.v1.WMSInternalCrossDockingShipmentPlanAPI/ListCrossDockingShipmentCartons' \
--header 'Connect-Protocol-Version;' \
--header 'Connect-Timeout-Ms;' \
--header 'Content-Type: application/json' \
--data-raw '{
"spCode": "string"
}'{
"data": [
{
"spCode": "string",
"clientCartonCode": "string",
"status": "string",
"totalParcels": 0,
"receivedParcels": 0,
"createdAt": "2023-01-15T01:30:15.01Z",
"updatedAt": "2023-01-15T01:30:15.01Z"
}
]
}