package dto type WAProfile struct { Name string `json:"name"` Avatar string `json:"avatar"` }