type Config struct {
Pattern string `yaml:"pattern,omitempty" validate:"required"`
BodyFields string `yaml:"bodyFields,omitempty" validate:"required"` // use the fields as `Body` Prune *bool `yaml:"prune,omitempty"` // we drop all the fields except `Body` in default}