package api type Message struct { Data string `json:"data"` Signature string `json:"signature"` }