@GET("notes")
    suspend fun getNotesForContent(
        @Query("filter[runAttemptId]") attemptId: String,
        @Query("filter[contentId]") contentId: String
    ): Response<List<Note>>