package Interfaces type RequestModelInterface interface { ToJSON(header string) string ToJSONItem(header string) map[string]string }