package control type AuthRequestPayload struct { Credentials interface{} `json:"c"` } type AuthResponsePayload struct { Success bool `json:"s"` }