doRequest

abstract suspend fun doRequest(pathComponents: List<String> = emptyList(), httpMethod: HttpMethod = HttpMethod.Post, parameters: Map<String, Any>? = null, payload: String? = null, contentType: ContentType = ContentType.Application.Json, headers: Map<String, Any>? = null): RestResponse