Can I add / pass my own defined parameter to the batch file having scripts o for Katalon Runtime Engine

I have a need to pass the name of the test suite which would keep changing every time I execute the request but at the same time, I don’t want to change it going inside of batch file. Is there a way I can create a parameter / parameterize the batch file to accept the name of the test suite from outside. (Also, I have explored console.properties but doesn’t solve my use case)

Use Case - Due to the client restrictions, we have to be considering the data coming from postman. That data will have the name of the test suite to be triggered in Katalon. But with this approach, we will have to maintain multiple batch files. Is there a way I can manage this in a single batch file