{
 "id": "1FTRX12W57KD18625",
 "name": "2007 Ford F-150",
 "year": 2007,
 "make": "Ford",
 "model": "F-150",
 "trim": "Styleside",
 "bodyStyle": "truck",
 "color": "black",
 "condition": "used",
 "price": 5900,
 "currency": "USD",
 "mileage": 150000,
 "vin": "1FTRX12W57KD18625",
 "image": "https://api.kelleyautoplex.com/api/public/media/vehicles/1129/1f53e3515a8e4852a9b82028ad3bd621.jpg",
 "url": "https://carchat.io/v/kelley-autoplex/1FTRX12W57KD18625",
 "dealer": {
  "id": "kelley-autoplex",
  "name": "Kelley Autoplex",
  "city": "San Antonio",
  "state": "TX",
  "url": "https://carchat.io/d/kelley-autoplex"
 },
 "description": "Styleside · Pickup · Camper Shell, Extended Cab, Chrome Running Boards, Aftermarket Alloy Wheels, All-Terrain Tires, Tow Hitch Receiver, Cruise Control, Cloth Seats",
 "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": "1FTRX12W57KD18625",
   "name": "<required: buyer name>",
   "phone": "<required: buyer phone>",
   "email": "<optional>",
   "message": "<optional>",
   "source": "agent"
  }
 }
}