QueryAggregateCallStatsRequest
data class QueryAggregateCallStatsRequest( @Json(name = "from") val from: String? = null, @Json(name = "to") val to: String? = null, @Json(name = "report_types") val reportTypes: List<String>? = null)