Skip to content

Instantly share code, notes, and snippets.

@hendisantika
Created March 8, 2025 05:04
Show Gist options
  • Save hendisantika/c2a2222b3f54dfcc32f0466c89552b6e to your computer and use it in GitHub Desktop.
Save hendisantika/c2a2222b3f54dfcc32f0466c89552b6e to your computer and use it in GitHub Desktop.
Generate UUID
var uuid = require('uuid')
var myUUID = uuid.v4()
console.log(myUUID)
pm.environment.set("myUUID",myUUID)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment