Create Custom Hostname Request Body
@type t() :: %Ory.Model.CreateCustomDomainBody{ cookie_domain: String.t() | nil, cors_allowed_origins: [String.t()] | nil, cors_enabled: boolean() | nil, custom_ui_base_url: String.t() | nil, hostname: String.t() | nil }