namespace EggLink.DanhengServer.WebServer.Request; public class CreateSessionRequestBody { public string key_type { get; set; } = "XML"; }