ReturnInternalServerError can be called from anywhere in the application in
order to terminate the current flow and return `500 Internal Server Error`
response.
type Success struct {
Operation string `json:"operation,omitempty"`
Data interface{} `json:"data,omitempty"`
Meta interface{} `json:"meta,omitempty"`
}