getCallReport

@GET(value = "/video/call/{type}/{id}/report")
abstract suspend fun getCallReport(@Path(value = "type") type: String, @Path(value = "id") id: String, @Query(value = "session_id") sessionId: String? = null): GetCallReportResponse

Get call report