Created
March 8, 2025 05:04
-
-
Save hendisantika/c2a2222b3f54dfcc32f0466c89552b6e to your computer and use it in GitHub Desktop.
Generate UUID
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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