How can I use the zip in the request body?

I have a zip file with an image in it. I am trying to upload to another platform with file uploader, but this platform uses zip for upload. How can I use the zip in the request body?

Hi @sefaozzer!

Have you tried setting the content type to application/zip and uploading the file along with its metadata from the file uploader like so?