Describe the bug
With the npm package "deepl-node" it is not possible to make translations based on a glossary.
It works with a normal fetch instead of using the library.
To Reproduce
Steps to reproduce the behavior:
- install the npm-package "deepl-node"
- add a glossary to deepl
- use the function "translateText" with an existing glossaryId
Expected behavior
The glossary should be included when translating and the resulted translation should contain the defined word from the glossary.