there are certain discussions on generating random stuff within a range on stack but none of them answer the actual question. So task is the following
Need to generate a random number within a range, let's say from 1 to 13010, and put this number into the body. example
{
"userid": {{randomNumberFromRange}},
"date": "{{RandomDateInFuture}}"
}
the main requirement - this should work in POST request body. Any ideas?