def save!
    response = if new_record?
                 requires :locale, :source_id, :source_type

                 cistern.create_help_center_translation('translation' => attributes)