String cleanPath(String path) { return path.replaceAll('/api/', '').replaceAll('{', '').replaceAll('}', ''); }