sendHttpRequest

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