package main import ( // Standard "encoding/json" ) type Request struct { ID string } func (req *Request)