pub async fn openai_sync_flow_by_path(
configuration: &Configuration,
workspace: &str,
path: &str,
request_body: HashMap<String, Value>,
include_header: Option<&str>,
queue_limit: Option<&str>,
job_id: Option<&str>,
) -> Result<Value, Error<OpenaiSyncFlowByPathError>>