UUID (Universally Unique Identifier) is a 128-bit identifier that's guaranteed to be unique.
It's commonly used in software development for creating unique IDs for database records, session
identifiers, and more. The UUID v4 format used here generates random UUIDs, making them suitable
for most applications where unique identification is needed.