package domain type RegisterRequest struct { Login string `json:"login"` Password string `json:"password"` }