@GET("v2/runs/{runid}/leaderboard")
    suspend fun leaderboardById(
        @Path("runid") id: String
    ): Response<List<Leaderboard>>