It would be great to have a function to verify the webhook payloads.
This way, users don't have to go through the hassle of encoding the body and checking it against the verification header.
Stripe has a function like that in each of their SDKs as well:
https://stripe.com/docs/webhooks/signatures#verify-official-libraries
https://github.com/stripe/stripe-node#webhook-signing