@GET("run_attempts/{runAttemptId}/relationships/notes")
    suspend fun getNotesByAttemptId(
        @Path("runAttemptId") id: String
    ): Response<List<Note>>