DeepL node: send file for translation

I just checked the API docs, and you need to send multiple properties using the multipart content type. The HTTP currently only can send one multipart property. This issue is going to be addressed in the HTTP node V2. In the meantime, you can require the request library in the function node and make the call from there. Also, you can make a feature request here in the community asking for the missing functionality.