Yaml supports different types such as string, numeric, map, array, etc. To fully support these `Request.Body` should be of type `map[string]interface{}`, rather than `map[string]string`.
Yaml supports different types such as string, numeric, map, array, etc.
To fully support these
Request.Bodyshould be of typemap[string]interface{}, rather thanmap[string]string.