{
  "data": [
    {
      "id": 1,
      "name": "Alice Johnson",
      "username": "alicej",
      "email": "alice@example.com",
      "phone": "555-0101",
      "website": "alice.dev",
      "company": "Tech Startup Inc",
      "city": "Chicago",
      "createdAt": "2024-01-05T10:00:00Z"
    },
    {
      "id": 2,
      "name": "Bob Martinez",
      "username": "bobm",
      "email": "bob@example.com",
      "phone": "555-0102",
      "website": "bobm.io",
      "company": "Creative Agency",
      "city": "Austin",
      "createdAt": "2024-01-06T11:00:00Z"
    },
    {
      "id": 3,
      "name": "Carol Williams",
      "username": "carolw",
      "email": "carol@example.com",
      "phone": "555-0103",
      "website": "caroldesigns.com",
      "company": "Freelance",
      "city": "Seattle",
      "createdAt": "2024-01-07T09:00:00Z"
    },
    {
      "id": 4,
      "name": "David Chen",
      "username": "dchen",
      "email": "david@example.com",
      "phone": "555-0104",
      "website": "dchen.tech",
      "company": "BigCorp Ltd",
      "city": "San Francisco",
      "createdAt": "2024-01-08T14:00:00Z"
    },
    {
      "id": 5,
      "name": "Eve Thompson",
      "username": "evethompson",
      "email": "eve@example.com",
      "phone": "555-0105",
      "website": "evecodes.net",
      "company": "Open Source Co",
      "city": "Portland",
      "createdAt": "2024-01-09T13:00:00Z"
    },
    {
      "id": 6,
      "name": "Frank Garcia",
      "username": "frankgarcia",
      "email": "frank@example.com",
      "phone": "555-0106",
      "website": "frankbiz.com",
      "company": "Local Shop LLC",
      "city": "Denver",
      "createdAt": "2024-01-10T08:00:00Z"
    },
    {
      "id": 7,
      "name": "Grace Lee",
      "username": "gracelee",
      "email": "grace@example.com",
      "phone": "555-0107",
      "website": "gracelee.me",
      "company": "Health Tech",
      "city": "Boston",
      "createdAt": "2024-01-11T12:00:00Z"
    },
    {
      "id": 8,
      "name": "Henry Wilson",
      "username": "hwilson",
      "email": "henry@example.com",
      "phone": "555-0108",
      "website": "hwilson.dev",
      "company": "Consulting Group",
      "city": "Nashville",
      "createdAt": "2024-01-12T15:00:00Z"
    },
    {
      "id": 9,
      "name": "Iris Patel",
      "username": "irispatel",
      "email": "iris@example.com",
      "phone": "555-0109",
      "website": "iris.codes",
      "company": "EdTech Solutions",
      "city": "Atlanta",
      "createdAt": "2024-01-13T10:30:00Z"
    },
    {
      "id": 10,
      "name": "Jack Robinson",
      "username": "jrobinson",
      "email": "jack@example.com",
      "phone": "555-0110",
      "website": "jackr.io",
      "company": "Finance Corp",
      "city": "New York",
      "createdAt": "2024-01-14T11:45:00Z"
    }
  ],
  "meta": {
    "total": 10,
    "limit": 10,
    "offset": 0,
    "count": 10
  }
}