{
 "id": "JT5FG02T1V0041639",
 "name": "1997 Toyota Celica",
 "year": 1997,
 "make": "Toyota",
 "model": "Celica",
 "trim": "GT Limited Edition",
 "bodyStyle": "sedan",
 "color": "black",
 "condition": "used",
 "price": 6500,
 "currency": "USD",
 "mileage": 157000,
 "vin": "JT5FG02T1V0041639",
 "image": "https://api.kelleyautoplex.com/api/public/media/vehicles/1130/18369ea63554425eb7203521c89d43e4.jpg",
 "url": "https://carchat.io/v/kelley-autoplex/JT5FG02T1V0041639",
 "dealer": {
  "id": "kelley-autoplex",
  "name": "Kelley Autoplex",
  "city": "San Antonio",
  "state": "TX",
  "url": "https://carchat.io/d/kelley-autoplex"
 },
 "description": "GT Limited Edition · Convertible · Power Convertible Top, Leather Seats, Alloy Wheels, Rear Spoiler, Air Conditioning, Wood-Grain Trim, Limited Edition Badging",
 "inquiry": {
  "description": "Submit a buyer inquiry for this vehicle. The dealership responds directly, usually within minutes.",
  "method": "POST",
  "url": "https://carchat.io/api/lead",
  "contentType": "application/json",
  "body": {
   "dealerId": "kelley-autoplex",
   "vin": "JT5FG02T1V0041639",
   "name": "<required: buyer name>",
   "phone": "<required: buyer phone>",
   "email": "<optional>",
   "message": "<optional>",
   "source": "agent"
  }
 }
}