Creates a new webhook subscription for the authenticated client.This API allows clients to register a new webhook by providing a unique webhook name, a public HTTPS endpoint URL, and one or more actions to subscribe to. Once created, the webhook will receive event notifications whenever any of the configured actions occur in the system.Each webhook name must be unique per client, and a single webhook can subscribe to multiple actions. The created webhook becomes active immediately after successful creation.