{
  "status": "success",
  "code": 200,
  "message": "Users retrieved successfully",
  "data": [
    {
      "id": 1,
      "username": "alice.chen",
      "email": "alice.chen@example.com",
      "full_name": "Alice Chen",
      "role": "admin",
      "is_active": true,
      "created_at": "2022-03-15T09:30:00Z",
      "last_login": "2025-04-10T14:22:18Z",
      "profile": {
        "avatar_url": "https://api.example.com/avatars/alice-chen.jpg",
        "bio": "Senior developer and team lead",
        "location": "San Francisco, CA",
        "timezone": "America/Los_Angeles"
      }
    },
    {
      "id": 2,
      "username": "bob.martinez",
      "email": "bob.martinez@example.com",
      "full_name": "Bob Martinez",
      "role": "editor",
      "is_active": true,
      "created_at": "2022-06-20T11:00:00Z",
      "last_login": "2025-04-09T08:45:33Z",
      "profile": {
        "avatar_url": "https://api.example.com/avatars/bob-martinez.jpg",
        "bio": "Content strategist and writer",
        "location": "New York, NY",
        "timezone": "America/New_York"
      }
    },
    {
      "id": 3,
      "username": "carol.johnson",
      "email": "carol.johnson@example.com",
      "full_name": "Carol Johnson",
      "role": "viewer",
      "is_active": true,
      "created_at": "2023-01-10T15:20:00Z",
      "last_login": "2025-04-08T19:10:05Z",
      "profile": {
        "avatar_url": null,
        "bio": "",
        "location": "Chicago, IL",
        "timezone": "America/Chicago"
      }
    },
    {
      "id": 4,
      "username": "david.kim",
      "email": "david.kim@example.com",
      "full_name": "David Kim",
      "role": "editor",
      "is_active": false,
      "created_at": "2023-03-05T08:15:00Z",
      "last_login": "2025-02-14T12:00:00Z",
      "profile": {
        "avatar_url": "https://api.example.com/avatars/david-kim.jpg",
        "bio": "DevOps engineer",
        "location": "Seattle, WA",
        "timezone": "America/Los_Angeles"
      }
    },
    {
      "id": 5,
      "username": "eva.patel",
      "email": "eva.patel@example.com",
      "full_name": "Eva Patel",
      "role": "admin",
      "is_active": true,
      "created_at": "2023-05-18T10:45:00Z",
      "last_login": "2025-04-10T16:30:22Z",
      "profile": {
        "avatar_url": "https://api.example.com/avatars/eva-patel.jpg",
        "bio": "Product manager with 10+ years experience",
        "location": "Austin, TX",
        "timezone": "America/Chicago"
      }
    },
    {
      "id": 6,
      "username": "frank.liu",
      "email": "frank.liu@example.com",
      "full_name": "Frank Liu",
      "role": "viewer",
      "is_active": true,
      "created_at": "2023-08-22T13:00:00Z",
      "last_login": "2025-04-07T09:15:40Z",
      "profile": {
        "avatar_url": null,
        "bio": "Frontend developer specializing in React",
        "location": "Denver, CO",
        "timezone": "America/Denver"
      }
    },
    {
      "id": 7,
      "username": "grace.williams",
      "email": "grace.williams@example.com",
      "full_name": "Grace Williams",
      "role": "editor",
      "is_active": true,
      "created_at": "2023-11-01T16:30:00Z",
      "last_login": "2025-04-10T11:05:58Z",
      "profile": {
        "avatar_url": "https://api.example.com/avatars/grace-williams.jpg",
        "bio": "UX researcher and designer",
        "location": "Portland, OR",
        "timezone": "America/Los_Angeles"
      }
    },
    {
      "id": 8,
      "username": "henry.brown",
      "email": "henry.brown@example.com",
      "full_name": "Henry Brown",
      "role": "viewer",
      "is_active": true,
      "created_at": "2024-01-15T09:00:00Z",
      "last_login": "2025-04-06T20:42:11Z",
      "profile": {
        "avatar_url": null,
        "bio": null,
        "location": "Miami, FL",
        "timezone": "America/New_York"
      }
    },
    {
      "id": 9,
      "username": "iris.nakamura",
      "email": "iris.nakamura@example.com",
      "full_name": "Iris Nakamura",
      "role": "admin",
      "is_active": true,
      "created_at": "2024-02-28T14:20:00Z",
      "last_login": "2025-04-10T17:55:30Z",
      "profile": {
        "avatar_url": "https://api.example.com/avatars/iris-nakamura.jpg",
        "bio": "Data engineer and analytics lead",
        "location": "Boston, MA",
        "timezone": "America/New_York"
      }
    },
    {
      "id": 10,
      "username": "james.obrien",
      "email": "james.obrien@example.com",
      "full_name": "James O'Brien",
      "role": "editor",
      "is_active": true,
      "created_at": "2024-04-10T11:30:00Z",
      "last_login": "2025-04-09T15:20:45Z",
      "profile": {
        "avatar_url": "https://api.example.com/avatars/james-obrien.jpg",
        "bio": "Technical writer and documentation specialist",
        "location": "Remote",
        "timezone": "America/Chicago"
      }
    }
  ],
  "pagination": {
    "page": 2,
    "per_page": 10,
    "total_items": 47,
    "total_pages": 5,
    "has_next": true,
    "has_prev": true
  },
  "links": {
    "self": "https://api.example.com/v1/users?page=2&per_page=10",
    "first": "https://api.example.com/v1/users?page=1&per_page=10",
    "prev": "https://api.example.com/v1/users?page=1&per_page=10",
    "next": "https://api.example.com/v1/users?page=3&per_page=10",
    "last": "https://api.example.com/v1/users?page=5&per_page=10"
  },
  "meta": {
    "request_id": "req_a1b2c3d4e5f6",
    "response_time_ms": 42,
    "api_version": "v1",
    "rate_limit": {
      "limit": 1000,
      "remaining": 847,
      "reset_at": "2025-04-10T19:00:00Z"
    }
  }
}
