pub fn parse_uuid_with_fallback(uuid_str: &str) -> Uuid
Parse a UUID string with fallback to Things UUID conversion
First attempts to parse as a standard UUID format, then falls back to the Things 3 UUID conversion if that fails.