I'm using the python package for the open perm id API and its really helpful but I have one issue. I have a list of companies matched to their perm id and I would like to pull the associated data that comes with the opid.lookup(<perm id>) function. At the moment I think the fastest wat is to loop through them but that causes many small requests to the API. Is it possible to make a request like the one to https://permid.org/api/match/file but using the perm ids to pull the other id numbers?