curl --location -g --request GET '/tripdata/trip/authorized//{gate}'{
"tripsPerCompany": [
{
"companyIdentifier": "string",
"trips": [
{
"tripId": "string",
"referenceCode": "string",
"senderName": "string",
"receiverName": "string",
"goodsType": "string",
"goodsDescription": "string",
"estimatedTimeOfArrival": "2019-08-24T14:15:22.123Z"
}
]
}
]
}