I am trying to use API which requires HMAC to authenticate. I was able to generate and use correct key using PHP (using instructions from vendor), but now I need to do the same in Google Apps Script, but I failed… The API key provided by vendor is C77C96EEF6F6995B with information that this is 8 byte hexadecimal. Below is my