- Introduce `/subusers` route for creating subusers and linking them to companies via phone number validation. - Add token-based subuser setup flow including token generation, validation, and expiration handling. - Extend `subusers_o` with methods for subuser lookup, token handling, and secure password management. - Implement enhanced input validation for subuser creation, ensuring stricter checks for name, username, and email fields.