fn parse_hec_events(body: &[u8]) -> Result<Vec<Value>>
Parses a HEC body into a flat list of events. Handles both batch forms: objects concatenated with any/no separator, and a top-level array (flattened).