package domain type HelloBodyRequest struct { Name string `json:"name" validate:"required"` }