pub fn extract_path_param_names(route: &str) -> Vec<&str>
Extract path parameter names from route pattern (e.g., “/users/{id}” -> [“id”])