curl --location --request POST 'https://api.dev.geadev.com/wms/api.wms.v1.WMSInternalHandoverSessionAPI/ListHandoverSessionManifests' \
--header 'Connect-Protocol-Version;' \
--header 'Connect-Timeout-Ms;' \
--header 'Content-Type: application/json' \
--data-raw '{
"filter": {
"handoverSessionId": 1,
"searchValues": [
"string"
]
},
"sortBy": "SORT_BY_UNSPECIFIED",
"offset": 0,
"limit": 1
}'{
"data": [
{
"id": 0,
"handoverSessionId": 0,
"handoverSessionCode": "string",
"manifestCode": "string",
"carrierCode": "string",
"serviceCode": "string",
"fileUrl": "string",
"createdAt": "2023-01-15T01:30:15.01Z",
"updatedAt": "2023-01-15T01:30:15.01Z",
"warehouseCode": "string"
}
]
}