package request
type AddSeverityRequest struct {
Name string `json:"name,omitempty"`
Description string `json:"description,omitempty"`
}