apiExecutor
The HTTP client executor used to make network requests.
This allows consumers to provide a custom implementation for making HTTP requests, such as one that integrates with their existing networking stack or adds custom headers for logging or analytics.
Defaults to an instance of KtorHttpExecutor which uses Ktor's HTTP client.