Provides struct and types for a Organization
@type t() :: %Cyphi.Organization{ custom_fields: map() | nil, description: String.t() | nil, id: integer() | nil, internal: boolean() | nil, name: String.t() | nil, parent_id: integer() | nil, tags: [String.t()] | nil }