Authorization: Bearer ********************curl --location --request GET '/v1/vehicles/578c4be3-e2a3-4f38-ab5c-704526aa8c88' \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "a3e09ed5-c4d7-4349-8b68-ed5763abab0b",
"type": "transport",
"comodity": null,
"company": {
"id": "7d2f6481-e2ae-44c2-9d56-a1c5a92a1be1",
"name": "PT Example Company"
},
"police_number": "AB234FF",
"vehicle_type": "Container",
"unit_of_item": null,
"total_item": 0,
"created_at": "2025-09-01T05:26:59.055Z",
"updated_at": "2025-09-01T07:18:24.740Z"
},
"message": "Sukses mengambil data detail kendaraan"
}