The Inttegro server API client.
@type t() :: %Inttegro.Client{ api_key: term(), base_url: term(), error_reporter: term(), error_reporting_policy: term(), http: term(), telemetry: term() }
@spec new!(String.t(), keyword()) :: t()