curl --location --request POST 'https://api.dev.geadev.com/wms/api.wms.v1.WMSInternalOutboundRequestAPI/UnholdOutboundRequest' \
--header 'Connect-Protocol-Version;' \
--header 'Connect-Timeout-Ms;' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientCode": "string",
"clientOrCode": "string",
"trackingCode": "string",
"code": "string"
}'{
"data": {
"code": "string",
"status": "string",
"updatedAt": "2023-01-15T01:30:15.01Z",
"spCode": "string",
"clientSpCode": "string",
"clientShipmentCartonCode": "string"
}
}