{
  "count": 3,
  "packs": [
    {
      "id": "notices",
      "name": "Eviction Notices",
      "description": "Illinois 5-Day, 10-Day, and 30-Day notices."
    },
    {
      "id": "no-lease",
      "name": "No-Lease Eviction Packet",
      "description": "Rule 139 affidavit, demand for immediate possession, and the 5-Day and 30-Day notices."
    },
    {
      "id": "business-exit",
      "name": "Business Exit Worksheets",
      "description": "Exit-readiness self-assessment and the meeting decision worksheet."
    }
  ],
  "request": {
    "method": "POST",
    "url": "https://thechicagolandlawyer.com/api/v1/document-packs",
    "required": [
      "email"
    ],
    "optional": [
      "pack",
      "source"
    ]
  }
}
