Basic / full account info from users/*.
Summary
Types
@type t() :: %Noizu.Dropbox.Struct.Account{ account_id: String.t() | nil, account_type: String.t() | nil, country: String.t() | nil, disabled: boolean() | nil, email: String.t() | nil, email_verified: boolean() | nil, is_paired: boolean() | nil, is_teammate: boolean() | nil, locale: String.t() | nil, name: map() | nil, profile_photo_url: String.t() | nil, raw: map(), referral_link: String.t() | nil, root_info: map() | nil, team: map() | nil, team_member_id: String.t() | nil }