@PATCH("run_attempts/{id}/pause")
    suspend fun pauseCourse(
        @Path("id") id: String
    ): Response<RunAttempts>