pub async fn zone_exists(
client: &Arc<Client>,
token: &Arc<String>,
zone_name: &str,
server: &str,
) -> boolExpand description
Check if a zone exists by trying to get its status.
Returns true if the zone exists and can be queried, false otherwise.