Check the webhooks signature to prevent downgrade attacks.
Get your webhook secret
Get the header
x-doczilla-signature
header is included in each webhook call containing a signature that you
can verify.Doczilla generates signatures using a hash-based message authentication code (HMAC) with SHA-256. To prevent
downgrade attacks.Verify the signature with raw body