{
  "data": {
    "results": [
      {
        "id": "98765432101",
        "properties": {
          "createdate": "2024-01-10T10:36:45.123Z",
          "domain": "acmecorp.com",
          "hs_lastmodifieddate": "2024-01-15T14:22:10.456Z",
          "hs_object_id": "98765432101",
          "name": "Acme Corporation",
          "industry": "Technology",
          "city": "San Francisco",
          "state": "California",
          "country": "United States"
        },
        "createdAt": "2024-01-10T10:36:45.123Z",
        "updatedAt": "2024-01-15T14:22:10.456Z",
        "archived": false
      }
    ],
    "paging": {
      "next": {
        "after": "98765432102",
        "link": "https://api.hubapi.com/crm/v3/objects/companies?limit=10&after=98765432102"
      }
    }
  }
}