Skip to content

Instantly share code, notes, and snippets.

View OSrB2's full-sized avatar

Pedro Oliveira OSrB2

  • São Paulo - Brasil
View GitHub Profile
@rajbharath
rajbharath / Postman UUID
Created June 26, 2015 13:11
How to create UUID in postman rest client
{{$guid}}
the above variable will generate UUID in Postman Rest Client
Sample request is below
========================
{
"user":{
"id":"{{$guid}}"
}