export interface GetUserInfoRequest {
  UserId?: number; // Optional: ID of the user
}