pub async fn test_webhook_subscription(
configuration: &Configuration,
subscription_id: &str,
test_webhook_subscription_request: TestWebhookSubscriptionRequest,
) -> Result<TestWebhookSubscriptionResponse, Error<TestWebhookSubscriptionError>>Expand description
Tests a webhook subscription by sending a test event to the notification URL.