pub fn create_alias(target: &str, base_url: Option<&str>) -> Result<String>
Create (or look up) an alias: POST {base}/c with {"at": target} → returns the alias URL. Idempotent. No auth.
POST {base}/c
{"at": target}