httpClient(reqOrOpts: { clientKey: string, userAccountId: string })
userAccountId should be optional?
httpClient(reqOrOpts: { clientKey: string, userAccountId?: string }): HostClient;
httpClient(reqOrOpts: { clientKey: string, userAccountId: string })
userAccountId should be optional?
httpClient(reqOrOpts: { clientKey: string, userAccountId?: string }): HostClient;