pub fn validate_slug(slug: &str) -> Result<()>
Validate that slug is a valid org slug: lowercase alphanumeric and hyphens, 2–63 characters, must not start or end with a hyphen.
slug