sendHttpRequest

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