@GET("sections/{sectionId}/relationships/contents")
    suspend fun getSectionContents(
        @Path("sectionId") sectionId: String
    ): Response<ArrayList<LectureContent>>