pub type DeleteApiKeyResponse = Deleted;
pub struct DeleteApiKeyResponse { pub object: String, pub id: String, pub deleted: bool, }
object: String
id: String
deleted: bool