pub fn load_openapi_spec( source: &str, auth_headers: &[(String, String)], cache_key: Option<&str>, ttl: Option<u64>, refresh: bool, ) -> Result<Value>