Typed Inttegro request parameters.
@type t() :: %Inttegro.FinancialAccountEnablePullRequest{ account_id: String.t(), ip_address: String.t() | nil, user_agent: String.t() | nil }
@spec from_map(map()) :: t()
@spec new!(map() | keyword()) :: t()
@spec to_map(t()) :: map()