Represents a Http Client Response
An Http Client Response
@type t() :: %ExFinchTwitch.HttpClientResponse{ body: String.t(), headers: %{optional(String.t()) => String.t()}, status_code: Integer.t() }