pub async fn handle_sub( __arg0: State<SharedState>, headers: HeaderMap, auth: Option<Extension<AuthUser>>, body: String, ) -> Result<Response, HaystackError>
POST /api/watchSub — subscribe to entity changes.