{
  "data": [
    {
      "id": 1,
      "username": "alice.smith",
      "email": "alice.smith@example.com",
      "firstName": "Alice",
      "lastName": "Smith",
      "role": "admin",
      "status": "active",
      "createdAt": "2025-01-15T10:30:00Z"
    },
    {
      "id": 2,
      "username": "bob.jones",
      "email": "bob.jones@example.com",
      "firstName": "Bob",
      "lastName": "Jones",
      "role": "user",
      "status": "active",
      "createdAt": "2025-02-01T14:22:00Z"
    },
    {
      "id": 3,
      "username": "charlie.brown",
      "email": "charlie.brown@example.com",
      "firstName": "Charlie",
      "lastName": "Brown",
      "role": "user",
      "status": "inactive",
      "createdAt": "2024-12-10T09:15:00Z"
    }
  ],
  "meta": {
    "total": 3,
    "page": 1,
    "perPage": 10
  }
}
