Hi,
This is currently my PAD flow.
I'm creating a zip file with some files in a repository, converting the zip as binary data and sending this data to my Api.


This is what my Api receive with this call

When I do the same call with Postman, this is what my Api receive

What am I doing wrong? Any idea on how to send this file to my Api?
I also tried sending the zipfile reference instead of converting it to BinaryData. The only difference was that I receive a path to my local file instead of "Byte[429]" on my Api side.