1 2 3 4 5
#[derive(Debug, Deserialize)] pub struct RevokeCert { pub certificate: String, pub reason: Option<u32>, }