Hello, I also had the need to send a file for a REQUEST BODY SCHEMA: multipart/form-data
I managed to initialize the call, following the settings below, maybe it will help you.
Requirement
Solution
1- Set the Data Type to File
2- Set the Body Type to Form-data
3- Set parameter for file upload
4- try to make the call.

