pub async fn post_batch_operations(
__arg0: State<ApiState>,
__arg1: Json<Vec<HashMap<String, Value>>>,
) -> ApiResult<Json<HashMap<String, i32>>>Expand description
Execute multiple cortical area operations (create, update, delete) in a single batch.