Postman Dynamic variables
https://learning.postman.com/docs/writing-scripts/script-references/variables-list/
To use dynamic variables in pre-request or test scripts, you need to use pm.variables.replaceIn(), e.g. pm.variables.replaceIn('{{$randomFirstName}}').