Parent issue: #71
Implement the MANUAL mode for the anonymization feature. In this mode, the developer can provide a list of rules that specify which data types to anonymize.
Tasks:
- Create a configuration file for developers to specify anonymization rules.
- Implement logic to apply developer-provided rules.
- Test MANUAL mode to ensure it works as expected.