Authorization: Bearer ********************curl --location --request GET 'http://127.0.0.1:9000/vehicle/getVehicleDetails/' \
--header 'Authorization: Bearer <token>'{
"vehicleId": 0,
"vehicleBrand": "string",
"vehicleCategory": 0,
"vehicleEngine": "string",
"vehicleFrame": "string",
"vehicleState": 0,
"tenantId": 0,
"vehicleDriverPhotoList": [
{
"id": 0,
"createdBy": 0,
"createdName": "string",
"createdTime": "2019-08-24T14:15:22Z",
"lastModifiedTime": "2019-08-24T14:15:22Z",
"lastModifiedBy": 0,
"lastModifiedName": "string",
"deleted": true,
"vehicleId": 0,
"fileId": 0,
"fileUrl": "string",
"fileType": 0,
"tenantId": 0
}
]
}