!Important: Since certificate is self signed and not issued by the CA, POST method must be executed on a NODE.JS server to bypass SSL
Step1. Download NODE.JS
https://nodejs.org/dist/v10.15.3/node-v10.15.3-x86.msi
Step2. Install
Install the file above.
Step3.
Download the demo project attached (apiJS)
Step4.
Unzip it
Step5.
Change directory to root folder in cmd

Step6.
Open CMD and run "npm install"

Step7.
run "node ." (!it's space between node and the dot)
This command will start the mini server.
If the computer is restarted, the command must be executed again.

Step8.
Access the domain:
localhost:3000


The Token is the openApiroarand.
With this key you can continue your project as you want.

Please read again the note at the top :)
