pub async fn post_heartbeat( __arg0: State<ApiState>, __arg1: Json<HashMap<String, Value>>, ) -> ApiResult<Json<HashMap<String, String>>>
Send heartbeat from visualization client to maintain active connection.