DefaultAsyncHttpxClient = httpx.AsyncClientAn alias to httpx.AsyncClient that provides the same defaults that this SDK
uses internally.
This is useful because overriding the http_client with your own instance of
httpx.AsyncClient will result in httpx's defaults being used, not ours.