Problem: Upload file to API

Hello Tape community, I have a problem with uploading files to the Tape API.

I’m sending the file in Python and with Postman to the endpoint: https://api.tapeapp.com/v1/file/upload. The file is created and the server returns the file id to me so that I can attach it to a file field in Tape, however, when the file is attached to the file field, the file is corrupted.

Note: I also tried sending the file via webhook (base64), however depending on the size of the file(s), the webhook returns code 500

Hey, Did you find a solution already?
Mind sharing over a screenshot of your automation flow and scripts so we can diagnose a little better?