package responses type BodyRegisterResponse struct { ID string `json:"id"` } type BodyLoginResponse struct { Token string `json:"token"` }