Typed Inttegro request parameters.
@type t() :: %Inttegro.VerifyOTPRequest{ recipient: String.t(), token: String.t(), transaction_id: String.t() }
@spec from_map(map()) :: t()
@spec new!(map() | keyword()) :: t()
@spec to_map(t()) :: map()