{
  "data": {
    "teams": [
      {
        "id": "9012345",
        "name": "Acme Corp Workspace",
        "color": "#536cfe",
        "avatar": null,
        "members": [
          {
            "user": {
              "id": 81942673,
              "username": "John Doe",
              "email": "john.doe@example.com",
              "color": "#7b68ee",
              "profilePicture": "https://attachments.clickup.com/profilePictures/81942673_abc.jpg",
              "initials": "JD",
              "role": 1,
              "custom_role": null,
              "last_active": "1704153600000",
              "date_joined": "1672531200000",
              "date_invited": "1672531200000"
            },
            "invited_by": {
              "id": 81942670,
              "username": "Jane Smith",
              "color": "#e91e63",
              "email": "jane.smith@example.com",
              "initials": "JS",
              "profilePicture": null
            }
          }
        ]
      }
    ]
  }
}