I need to send a file present in azure data lake to IBM cloud server using the REST API of DB2.
I have used the rest API in command prompt in the below format curl -X POST "" -H "accept: application/json" -H "Authorization: Bearer " -k -F fichier=.csv
I have tried to use a Web activity but I was not successful.
I would like to know how this activity can be done in ADF?