📝 Description of the feature
The Service class provides a visualize_report method that allows users to apply a filter when visualizing a report. This is a powerful feature that enables users to determine what items they want to see in the report.
However, the get_url method in the Report class currently does not support this feature. The get_url method returns the URL corresponding to the report, but it does not allow users to apply a filter to the report.
💡 Steps for implementing the feature
No response
🔗 Useful links and references
No response