pub async fn sse_workflow_subscribe_handler(
__arg0: State<Arc<SseState>>,
__arg1: Extension<AuthContext>,
__arg2: Json<SseWorkflowSubscribeRequest>,
) -> impl IntoResponseExpand description
SSE workflow subscribe handler for POST /subscribe-workflow.