pub fn extract_path_parameters(path_template: &str) -> Vec<String>
Extract path parameter names from URL template like “/catalogs/{name}” (Kept for backward compatibility)