{
 "id": "JTDKB20U457031445",
 "name": "2005 Toyota Prius",
 "year": 2005,
 "make": "Toyota",
 "model": "Prius",
 "trim": "Base",
 "bodyStyle": "hatchback",
 "color": "blue",
 "condition": "used",
 "price": null,
 "currency": "USD",
 "mileage": null,
 "vin": "JTDKB20U457031445",
 "image": null,
 "url": "https://carchat.io/v/auto-auction-4-u-llc/JTDKB20U457031445",
 "dealer": {
  "id": "auto-auction-4-u-llc",
  "name": "Auto Auction 4 U, LLC",
  "city": "Converse",
  "state": "TX",
  "url": "https://carchat.io/d/auto-auction-4-u-llc"
 },
 "description": "2005 Toyota Prius",
 "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": "auto-auction-4-u-llc",
   "vin": "JTDKB20U457031445",
   "name": "<required: buyer name>",
   "phone": "<required: buyer phone>",
   "email": "<optional>",
   "message": "<optional>",
   "source": "agent"
  }
 }
}