{
  "user_id": 101,
  "name": "Jane Doe",
  "email": "jane.doe@example.com",
  "active": true,
  "roles": [
    "admin",
    "editor"
  ]
}