{
  "status": "success",
  "endpoint": "/api/users",
  "data": [
    {
      "id": 1,
      "name": "John Doe",
      "email": "john@example.com",
      "role": "admin"
    },
    {
      "id": 2,
      "name": "Jane Smith",
      "email": "jane@example.com",
      "role": "user"
    },
    {
      "id": 3,
      "name": "Bob Johnson",
      "email": "bob@example.com",
      "role": "user"
    }
  ],
  "meta": {
    "timestamp": "2026-02-13T12:00:00Z",
    "count": 3
  }
}
