Upload series zip file to Orthanc PACS

Dear Orthanc Team,
Thank you so much for such a great product.
I have downloaded a series zip file from my local Orthanc PACS using the REST API.
Now I want to upload this series zip file to another Orthanc PACS using REST API.
Can any one please help me to do this ?
I found this REST API to upload instances
$ curl -X POST http://localhost:8042/instances --data-binary @CT.X.1.2.276.0.7230010.dcm
$ curl -X POST http://localhost:8042/instances --data-binary @multiple-files.zip

Is it possible to upload Series ZIP file using this same REST API call ?

I am able to upload the Series zip file using the POST REST API call, http://localhost:8042/instances
Hence closing this thread.
Thanks a lot