curl --location --request GET '/tripdata/trip/'{
"driverIdentifier": "string",
"items": [
{
"tripId": "string",
"referenceCode": "string",
"senderName": "string",
"receiverName": "string",
"goodsType": "string",
"goodsDescription": "string",
"estimatedTimeOfArrival": "2019-08-24T14:15:22.123Z"
}
]
}