pub async fn run_script_by_hash(
configuration: &Configuration,
workspace: &str,
hash: &str,
body: Value,
scheduled_for: Option<String>,
scheduled_in_secs: Option<i32>,
skip_preprocessor: Option<bool>,
parent_job: Option<&str>,
tag: Option<&str>,
cache_ttl: Option<&str>,
job_id: Option<&str>,
include_header: Option<&str>,
invisible_to_owner: Option<bool>,
) -> Result<Uuid, Error<RunScriptByHashError>>