Hi All,
Need your advice on process of automating DSS Token generation.
As token is valid for 24 hours only, new token should be manually generted.
Please advice if there is a way to automate Token Generation.
When checking I found the below
(err, res) => {
// Set BEARERTOKEN
pm.globals.set("BEARERTOKEN", res.json().access_token)
// console.log(res.json());
Please advice how to include the above in below code
{
"Credentials": {
"Username": "DSS ID ",
"Password": " DSS PSwd"
}
}