curl --location --request POST 'https://api.dev.geadev.com/wms/api.wms.v1.WMSInternalWorkorderAPI/ListWorkorderItems' \
--header 'Connect-Protocol-Version;' \
--header 'Connect-Timeout-Ms;' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "string",
"clientCodes": [
"string"
],
"clientSkus": [
"string"
],
"binCodes": [
"string"
],
"offset": 0,
"limit": 1
}'{
"data": [
{
"clientSku": "string",
"systemSku": "string",
"binCode": "string",
"clusterCode": "string",
"clusterExpiredAt": "2023-01-15T01:30:15.01Z",
"clusterSerialNumber": "string",
"clientProductName": "string",
"quantity": 0,
"packedQuantity": 0,
"client": {
"id": 0,
"code": "string",
"firstName": "string",
"lastName": "string"
}
}
]
}