pub async fn proxy_webhook(
__arg0: State<AppState>,
__arg1: Path<String>,
__arg2: Json<Value>,
) -> impl IntoResponseExpand description
Proxy a webhook message to a managed weft-claw service. POST /api/services/{name}/webhook body: {“message”: “…”}