HTTP-request API file upload

Hello to everyone! I recently started using API “HTTP request” option. It mostly seems to work fine, however I can’t figure out how to fill out the HTTP-request fields when I’m trying to upload a file via API. Doesn’t work for me for some reason. Something is missing.

I have managed to get this request working via Postman (see the screenshot). However I still don’t get how I should fill out the ‘body’ section in ElectroNeek http-request form.

Thanks for your help.

@allasa We have a send file option under Body parameters. When You choose POST method, click and expand Body parameter and you will see send file option.

Find below article for your reference: API

The problem is that it works in case of ‘formdata’ (I leave the ‘body’ field empty and put ‘file’ in ‘form field name’. But for some reason it doesn’t work for binary data.
изображение_2023-10-19_122147636

изображение_2023-10-19_121819178
изображение_2023-10-19_122233932
изображение_2023-10-19_122314971
изображение_2023-10-19_122333569

To keep it short. The following request works in postman, but I can’t get it to work in ElectroNeek. A far as I understand something is wrong in the ‘body’ section.