package status type CreateStatusDTO struct { Name string `json:"name"` Description string `json:"description"` }