Created
May 5, 2025 20:19
-
-
Save ValchanOficial/b0dfcdc6b5b7b891d039bd7677a138bd to your computer and use it in GitHub Desktop.
[Postman] Pre-request environment
This file contains hidden or 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
pm.environment.set('currentDate', new Date().toISOString()); | |
inside req body: | |
{ | |
"my-date": "{{currentDate}}" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment