[
  {
    "id": 1001,
    "name": "Northwind Textiles",
    "company_name": "Northwind Textiles, Ltd.",
    "account_number": "NW-1001",
    "contact_name": "Avery Morgan",
    "contact_email": "orders@northwind.example",
    "address1": "12 Example Road",
    "address2": "Suite 4",
    "city": "Portland",
    "province_code": "OR",
    "country_name": "United States",
    "zip": "97205",
    "phone": "+1 503 555 0101",
    "phone_toll_free": "+1 800 555 0101",
    "fax": "+1 503 555 0199",
    "is_hidden": false,
    "created_at": "2025-01-15T14:30:00Z",
    "updated_at": "2026-07-01T09:15:00Z"
  },
  {
    "id": 1002,
    "name": "Harbor & Pine Ceramics",
    "company_name": "Harbor & Pine Ceramics",
    "account_number": "HP-2048",
    "contact_name": "Jordan Lee",
    "contact_email": "hello@harborpine.example",
    "address1": "88 Sample Avenue",
    "address2": "Unit 2",
    "city": "Vancouver",
    "province_code": "BC",
    "country_name": "Canada",
    "zip": "V6B 1A1",
    "phone": "+1 604 555 0102",
    "phone_toll_free": "+1 888 555 0102",
    "fax": "+1 604 555 0198",
    "is_hidden": false,
    "created_at": "2025-03-20T18:45:00Z",
    "updated_at": "2026-07-02T11:00:00Z"
  }
]
