curl --location --request GET '/tripdata/trip//all?locationInternationalCode'{
"companyIdentifier": "ALL_LOGISTIC_OPERATORS",
"tripData": [
{
"tripId": "string",
"logisticOperator": "string",
"referenceCode": "string",
"senderName": "string",
"receiverName": "string",
"goodsType": "string",
"goodsDescription": "string",
"estimatedTimeOfArrival": "2019-08-24T14:15:22.123Z"
}
]
}