The webhook node POSTs JSON to your URL with HMAC signature headers from lib/webhooks/sign.ts.
x-cerebronovus-signature: sha256 HMAC
x-cerebronovus-timestamp: Unix ms
Payload signed as: HMAC-SHA256(secret, timestamp + "." + body)The webhook node POSTs JSON to your URL with HMAC signature headers from lib/webhooks/sign.ts.
x-cerebronovus-signature: sha256 HMAC
x-cerebronovus-timestamp: Unix ms
Payload signed as: HMAC-SHA256(secret, timestamp + "." + body)