Generating hash value for webhooks security
The example you provided is not useful, since the JSON object is very simple and not similar to the one I get (the object of the example is flat).
Can you please provide a better explanation for the string generation? in what way should the key values be sorted? do I have to flatten the JSON? do I have to sort it recursively? should I use hex or base64?
Please provide a code snippet or a clearer specification, because I feel right now that I have to guess.