curl -X POST "https://api.cryptomate.me/management/companies/webhook/key" \ -H "X-API-KEY: $CRYPTOMATE_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "key": "wh_key_xyz789abc" }'
{ "name": "Acme Corporation", "email": "contact@acme.com", "webhook_url": "https://api.acme.com/webhooks", "webhook_key": "wh_key_xyz789abc" }
Configure or rotate the webhook signing key.