RestApiRequest

constructor(protocol: Protocol = Protocol.HTTP, baseUrl: String, method: Method = Method.GET, headers: Map<String, String> = mapOf("content-type" to "application/json"), body: Body = Body.EmptyBody, timeout: Long = 2000)