Is it possible automatically to add unique ID's to query names?

Is it possible automatically to add unique ID’s to query names?
I mean something like this

Hi inforsahver,

You can use the Postman API to programmatically create a collection as well as update.

https://documenter.getpostman.com/view/631643/JsLs/?version=latest#99810ef3-3cc0-a6cc-06f5-d8e2ae9d84e4

Upon Posting the collections payload in the body, you would need to write custom code that creates a unique name for each of the request items.

Hope that helps
John