Using the Rest API endpoint "Get projects paginated" /rest/api/3/project/search, Is there any way to get the projects that match an array of keys?
For example:
key IN (PRJ001,PRJ002,PRJ003)
Or is there another similar endpoint that allows me to do it?