curl --location --request POST 'https://api.dev.geadev.com/wms/api.wms.v1.WMSInternalOutboundRequestAPI/AnalyzeOutboundRequests' \
--header 'Connect-Protocol-Version;' \
--header 'Connect-Timeout-Ms;' \
--header 'Content-Type: application/json' \
--data-raw '{
"searchTerm": "string",
"searchValues": [
"string"
],
"clientCodes": [
"string"
],
"clientPlatformCodes": [
"string"
],
"orTypes": [
"string"
],
"createdFrom": "2023-01-15T01:30:15.01Z",
"createdTo": "2023-01-15T01:30:15.01Z"
}'{
"data": [
{
"status": "string",
"quantity": 0
}
]
}