Note for NodeJS: You need to install the following modules:
npm i axios crypto-js qs

🚧

Fields transmission

All the fields[...] parameters need to follow each other and therefore need to be ordered. In python you can achieve that using OrderedDict.

Language