Typed Inttegro request parameters.
@type t() :: %Inttegro.Prices.PricePageRequest{ page_number: integer() | nil, page_size: integer() | nil, product_id: String.t() | nil }
@spec from_map(map()) :: t()
@spec new!(map() | keyword()) :: t()
@spec to_map(t()) :: map()