Підключення за допомогою Postman
Last updated
{
"rID": "2022-11-18 13:18:51.694125371#Lm4R2EQ",
"operation": "tablesInfo"
}var key = "SECRET_KEY";
var body = request.data;
console.log("body ==>" + body);
var hash = CryptoJS.HmacSHA256(body, key);
console.log("hash: " + hash);
var result = hash.toString(CryptoJS.enc.Base64);
console.log("sign result: " + result);
pm.environment.set("signature", result);{
"rID": "2022-11-18 13:20:58.329551967#IRuFbD3",
"tables": [
{
"id": "xxx",
"name": "у камина",
"number": 12,
"hallplanId": "Зала 1",
}
]
}