Any reason the query string pari in the url is not in the dataToSign as listed in the postman pre-requisit?
var dataToSign = "(request-target): get " + environment["gateway-url"] +
"caseReferences"+ "\n" +
"host: " + environment["gateway-host"] + "\n" +
"date: " + date;
The string "caseId=xxxxxxxx" is missing in the dataToSign list. Any idea? Thanks.