def save!
    response = if new_record?
                 requires :name, :locale, :category_id

                 cistern.create_help_center_section('section' => attributes)