Hi!
I'm trying to upload a file to The MvxFileTransfer through the API POST/PUT: https://mingle-ionapi.eu1.inforcloudsuite.com/GH3VKDY4FTPCRRUQ_TST/M3/foundation-rest/file-management/v1/file
It requires me to send the name of the file in the url, and the Content-Length.
However, it's missing the payload part of the API.
Has anyone of you successfully uploaded a file through the API, and have figured out how the actual file payload is supposed to be sent?
I've tried Form-data, raw, binary, but nothing works. The file that is uploaded contains the correct file name, but the content is empty.