package request type GetIdByCodeReq struct { Code string `json:"code"` } type SetCodeReq struct { Code string `json:"code"` }