Stress Testing an API with more than 2000 request simultaneously

am new using katalon and I havent found anything about if is posible to do a stress test in an API using it, I already know about test suite collections but you cant do the same test like 1000 times without having to add one by one so I just wanted to know if it is possible thanks in advance

Hello,
1st there are tools for stress testing API much more suited for such task… with that said…
you can use power of groovy to try to send as many request in paralel as possible.