Rotate the signing secret
Generate a new signing secret for a webhook. The new key is added immediately and signs
alongside any existing keys, so deliveries carry multiple v1= signatures during the overlap
and you can roll the secret in your verifier without downtime.
The previous keys are only phased out if you pass retire_after (floored to at least 24h from
now). Omit retire_after and the previous secret stays active indefinitely — both keep
signing. The response returns the webhook id and the new signing_secret; store it now, as
it is not retrievable later.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

