package api type PingDto struct { Message string `json:"message"` }