pub(crate) async fn create( client: Client, organization_id: Uuid, name: String, output_settings: OutputSettings, ) -> Result<()>