I have a POST request in Postman.
One of the fields in the request is a price for an item.
I don't want to manually change the value and then send the request every time.
I want to generate a random value and then set it for the field. Then send the request.
How can I achieve this?