package com.example.erp.config; public record UserPrincipal(String userId, String username, String userType, String brandId) {}