I am new to Postman. I have dabbled with automating some of my API calls here in I set counters and randomize characters. However, I need to store a list of values (for this exercise it could be 1000 individual values) and then randomize which value is being used in the API call.
For example, storing a list of 1000 US Cities. For this example, lets use the three below.
San Diego, San Francisco, Louisville
Then when I make the API call via POST, I send a random value (e.g. a city) from the list of 1000 cities. How can this be achieved in Postman?