Generates a unique ID with the given prefix using crypto.randomUUID().
crypto.randomUUID()
The prefix for the generated ID.
A unique string ID (e.g. "maidr-frappe-a1b2c3d4").
"maidr-frappe-a1b2c3d4"
Generates a unique ID with the given prefix using
crypto.randomUUID().