An HMAC SHA256 signature generated using the webhook payload and a shared signing secret. This is then converted to a hex encoded string.
1{2 "type": "KYC_STATUS_UPDATED",3 "data": {4 "reason": "string",5 "status": "SUCCESSFUL"6 },7 "id": "string",8 "triggeredBy": "MANUAL",9 "createdTimestamp": 110}