curl -i -X GET "https://api.box.com/2.0/users/12345/avatar" \
-H "authorization: Bearer <ACCESS_TOKEN>"await client.avatars.getUserAvatar(user.id);client.avatars.get_user_avatar(user.id)await client.Avatars.GetUserAvatarAsync(userId: user.Id);try await client.avatars.getUserAvatar(userId: user.id, downloadDestinationUrl: destinationPath)client.getAvatars().getUserAvatar(user.getId())await client.Avatars.GetUserAvatarAsync(userId: user.Id);await client.avatars.getUserAvatar(user.id);