Hi
I have been trying to make a POST call which requires one of the headers to be a signature based on SHA512 authentication. crypto-js/sha512 method does the work in node.js. I don’t know how to do the same in Flow XO. I am trying to use the Code to generate this signature probably using utils.request and pass the same to the header of HTTP request. Can someone help here?