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