#[derive(Clone, Serialize, Deserialize)] pub struct NewAppData { pub name: String, pub website: Option, pub redirect_uri: Option, }