pub fn get_ttl_or_default(ttl: Option<&str>) -> String
Gets the time to live (TTL) value or returns the default value if not provided.
ttl
A string containing the TTL value or the default TTL if not provided.