Function add_shell_job_with_approval
pub fn add_shell_job_with_approval(
config: &Config,
agent_alias: &str,
name: Option<String>,
schedule: Schedule,
command: &str,
delivery: Option<DeliveryConfig>,
approved: bool,
) -> Result<CronJob>