i am doing data driven testing on a postman collection have 15 api calls, i have done testing manually(postman runner) by selecting data file (json) contaning several variable values ,eg empname (10 values) desingation(10 values,salary(10 values) in 3 columns, i can succesfully run the test when i open postman runner and select this json data file.but i want to automate this process through postman CLI is there a way i can select this file (json data file) through command line and pass it to the collection having 15 api call? please guide ,thanks.