register_rest_route( $this->namespace, '/' . $this->rest_base, array(
            'args' => array(
                'webhook_id' => array(
                    'description' => __( 'Unique identifier for the webhook.', 'woocommerce' ),
                    'type'        => 'integer',