Update Registration Flow with Code Method
@type t() :: %Ory.Model.UpdateRegistrationFlowWithCodeMethod{ code: String.t() | nil, csrf_token: String.t() | nil, method: String.t(), resend: String.t() | nil, traits: map(), transient_payload: map() | nil }