Authorization: Bearer ********************
curl --location --request GET 'https://api.upbooks.io/api/v1/trip?ORGANIZATION-ID=00000'
{
"data": {
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"__v": 0,
"_id": "string",
"organizationId": "string",
"driverId": "string",
"routeId": "string",
"from": "string",
"to": "string",
"charges": 0,
"penaltyAmount": 0
},
"message": "string"
}