get https://api.annanow-pay.com/v1.0/Design//
Note for NodeJS: You need to install the following modules:
npm i axios crypto-js qs
Response
Note for NodeJS: You need to install the following modules:
npm i axios crypto-js qs
xxxxxxxxxx
apiSignature=`echo -n "" | openssl dgst -sha256 -hmac "INSTANCE_API_SECRET" -binary | openssl enc -base64`
curl --request GET "https://api.annanow-pay.com/v1.0/Design/1/?instance=INSTANCE_NAME" --data-urlencode "ApiSignature=$apiSignature"