pub type ServerTimeResponse = ServerTimeResult;
pub struct ServerTimeResponse { pub time_second: String, pub time_nano: String, }
time_second: String
time_nano: String