VSN-1903/ feat(user): add UserPreferences entity and OneToOne association with User
- Created new UserPreferences entity to store user-specific settings (language, region)
- Added enums Language and Region
- Linked User & UserPreferences with OneToOne relationship and cascade configuration