Receive webhook notifications about events in the Covver backend
covverSignature
header to validate that the webhook is indeed coming from us as well as covverIdempotencyKey
which is a unique key sent out per webhook.
Webhooks are signed using the code below where the secret is your client secret and the payload is the body of the POST request