{
  "data": [
    {
      "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": 5,
    "count": 5
  }
}