@GET("{id}")
    suspend fun getTrackCourses(
        @Path("id") path: String
    ): Response<List<Course>>