Discussions
How to use dynamic UUID in Readme?
about 2 years ago by azhar
Is there any feature to create a dynamic UUID for each request in API References?
We can generate UUID in Postman using {{$timestamp}}
"object": {
"id": "id-{{$timestamp}}",
},