[
  {
    "id": 1,
    "first_name": "John",
    "last_name": "Doe",
    "email": "john.doe@example.com",
    "role": "Administrator",
    "status": "Active"
  },
  {
    "id": 2,
    "first_name": "Jane",
    "last_name": "Smith",
    "email": "jane.smith@example.com",
    "role": "Editor",
    "status": "Active"
  },
  {
    "id": 3,
    "first_name": "Robert",
    "last_name": "Johnson",
    "email": "bob.j@example.net",
    "role": "Subscriber",
    "status": "Inactive"
  },
  {
    "id": 4,
    "first_name": "Emily",
    "last_name": "Davis",
    "email": "emily.d@company.org",
    "role": "Editor",
    "status": "Active"
  },
  {
    "id": 5,
    "first_name": "Michael",
    "last_name": "Brown",
    "email": "m.brown@service.io",
    "role": "Subscriber",
    "status": "Pending"
  }
]
