pub async fn run_sync_json( app_config: Option<&AppConfig>, profile: Option<&str>, from: Option<&str>, to: Option<&str>, zones: &[String], maps: &[String], apply: bool, ) -> Result<Value>