pub async fn test_webhook(
__arg0: State<WebhookTestState>,
__arg1: Json<TestWebhookRequest>,
) -> Result<Json<TestWebhookResponse>, StatusCode>Expand description
Test a webhook by sending a request
POST /api/v1/webhooks/test
pub async fn test_webhook(
__arg0: State<WebhookTestState>,
__arg1: Json<TestWebhookRequest>,
) -> Result<Json<TestWebhookResponse>, StatusCode>Test a webhook by sending a request
POST /api/v1/webhooks/test