@GET("v2/progresses/stats/{id}")
    suspend fun getMyStats(
        @Path("id") id: String
    ): Response<PerformanceResponse>