I have created a json file form a csv file. This JSON file has multiple requests. I need to call REST API on these requests. How can I send these requests one by one to API for processing? I tried to search and everywhere I can see the syntax only for one requests. Not sure whether we can pass requests in bulk.I have created a json file form a csv file. Thi