Send File to restAPI By Post Method

0
I need to send a file to rest API by post method. How can i do this?
asked
1 answers
0

Use form-data.

Published side:

2024-11-26_10-18.png

 

Consumed side (key is the same as the name of the parameter on the published side):

2024-11-26_10-18_1.png

answered