ClientConfig: ClientHeadersType & {
    API_KEY?: string;
    WITH_CREDENTIALS?: boolean;
}

A configuration object we can pass with the request to the server.

api key generated from developer portal https://developers.aptoslabs.com/manage/api-keys}

extra headers we want to send with the request

whether to carry cookies. By default, it is set to true and cookies will be sent