sendHttpRequest

open suspend override fun sendHttpRequest(url: String, headers: Map<String, String>?, body: Any?, httpMethod: HttpMethod, timeoutMillis: Long?): Result<HttpResponse>