**New Features & Enhancements**
- **IAM Functional Test Clients**: Introduced new test client classes to streamline IAM authentication and REST operations testing.
- `GenesisCoreAuth`: Handles OAuth2 password grant flow, including token URL generation, password-based auth parameters, and refresh token management.
- `GenesisCoreTestRESTClient`: Simplifies REST API interactions with built-in authentication, header management, and URI utilities. Features:
- Automated bearer token handling and auth caching to minimize token refresh overhead.
- Implementations for GET, POST, PUT, DELETE methods with auth headers.
- Resource/collection URI builders for consistent endpoint construction.