Retrieve the ED25519 public key used to verify webhook payload signatures
Authorization header.
X-Signature header on incoming webhook requests.ED25519.X-Signature header containing an ED25519 signature of the raw request body. To verify:
X-Signature header value against the body using the ED25519 public key.