I need to send a file via API to an external API. This API receives via body of the multiform type. How do I send this from the typebot http request node?
Folow Curl
curl -X POST '
https://di.xxxxx.com/v1/files/upload' \
--header 'Authorization: Bearer {api_key}' \
--form 'file=@localfile;type=image/[png|jpeg|jpg|webp|gif] \
--form 'user=abc-123'