pub type Payload = BTreeMap<String, String>;
Simple key–value payload: string → string.
pub struct Payload { /* private fields */ }