PATCH /v1/webhooks/{webhook_id}/reactivate
Re-enable a webhook subscription that was automatically disabled after reaching its failure threshold. Resets failure_count to 0 and sets active back to true.
Use this after fixing the issue that caused delivery failures (e.g., your endpoint was down, returned 5xx, or timed out).