pub async fn create( db: &Surreal<Client>, id: &str, org: CreateOrganization, ) -> Result<Option<Organization>>