pub fn provision_tunnel(
token: &str,
account_id: &str,
tunnel_name: &str,
tunnel_secret_b64: &str,
) -> Result<String, String>Expand description
Provision a Cloudflare Tunnel (POST /accounts/{account_id}/cfd_tunnel).
Returns the generated Tunnel ID.