Configure requests in a test file
masterThe requests key is a required object that holds all the requests to be tested. Each request is identified by a unique requestName. Avoid overwriting names, as this will overwrite the response data and prevent you from retrieving it later.
requests:
request1:
..
request2:
..