{
  "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"
    }
  ],
  "meta": {
    "total": 10,
    "limit": 3,
    "offset": 0,
    "count": 3
  }
}