package structs
type ApiGroupTaskRequest struct {
Category string
GroupId string
Description string
GlobalInputs map[string]string
}