pub(crate) async fn run( client: Client, organization_id: Uuid, project_id: Option<Uuid>, uuids_as_keynames: bool, no_inherit_env: bool, shell: Option<String>, command: Vec<String>, ) -> Result<i32>