pub async fn get_received_webhooks(
__arg0: State<WebhookTestState>,
) -> Result<Json<Vec<ReceivedWebhook>>, StatusCode>Expand description
Get received webhooks (for testing)
GET /api/v1/webhooks/received
pub async fn get_received_webhooks(
__arg0: State<WebhookTestState>,
) -> Result<Json<Vec<ReceivedWebhook>>, StatusCode>Get received webhooks (for testing)
GET /api/v1/webhooks/received