{
  "data": {
    "business": {
      "name": "Demo Plumbing Co.",
      "owner": "Dave",
      "serviceAreas": [
        "Richmond",
        "Brunswick",
        "Footscray"
      ],
      "tonePreference": "FRIENDLY"
    },
    "leads": [
      {
        "id": "demo-lead-001",
        "customerName": "Sophie Tran",
        "suburb": "Richmond",
        "jobType": "Emergency plumbing",
        "status": "NEW",
        "urgency": "EMERGENCY",
        "score": 9,
        "quality": "HIGH",
        "estimatedValue": 650,
        "suggestedNextAction": "Reply now and offer the first available inspection window."
      },
      {
        "id": "demo-lead-002",
        "customerName": "Marcus Hill",
        "suburb": "Footscray",
        "jobType": "Switchboard upgrade",
        "status": "QUOTED",
        "urgency": "NORMAL",
        "score": 7,
        "quality": "MEDIUM",
        "estimatedValue": 1800,
        "suggestedNextAction": "Follow up on the quote and confirm access details."
      },
      {
        "id": "demo-lead-003",
        "customerName": "Amelia Wong",
        "suburb": "Brunswick",
        "jobType": "End-of-lease clean",
        "status": "WON",
        "urgency": "HIGH",
        "score": 8,
        "quality": "HIGH",
        "estimatedValue": 420,
        "suggestedNextAction": "Confirm booking time and checklist."
      }
    ],
    "sampleReply": "Hi Sophie, thanks for reaching out. I can help with the burst pipe in Richmond. If you can send a quick photo and confirm whether the water is isolated, I can give you the earliest inspection window and a rough estimate before heading over.",
    "quoteDisclaimer": "This is an estimate only and may change after inspection."
  }
}