Tests/Mocks/User.json

{
  "id": "user123",
  "email": "admin@company.com",
  "first_name": "Admin",
  "last_name": "User",
  "role_id": "role123",
  "organization_ids": ["org123", "org456"],
  "active": true,
  "activated": true,
  "last_login_at": "2024-01-20T09:15:00Z",
  "created_at": "2023-06-01T00:00:00Z",
  "updated_at": "2024-01-20T09:15:00Z"
}