SearchAPIRequest

constructor(    body: String? = null,     contentType: String = "application/json",     pathComponents: List<String> = listOf(),     parameters: MutableMap<String, String> = mutableMapOf(),     headers: MutableMap<String, Any> = mutableMapOf())