buildHttpRequest

open fun buildHttpRequest(url: String, method: String, headers: MutableMap<String, String> = mutableMapOf(), body: MutableMap<String, Any> = mutableMapOf()): HttpRequest