UUID (Universally Unique Identifier) is a 128-bit universally unique identification number. It's used in database records, session IDs and API keys.
UUID v4 is generated with random numbers. It consists of 32 hexadecimal characters and 4 hyphens (e.g., 550e8400-e29b-41d4-a716-446655440000).