Typed Inttegro request parameters.
@type t() :: %Inttegro.PurchaseIntents.PagePurchaseIntentsRequest{ page_number: integer(), page_size: integer() }
@spec from_map(map()) :: t()
@spec new!(map() | keyword()) :: t()
@spec to_map(t()) :: map()