feat: added types for export
feat: added support for complex queries
fix: added correct open api spec
fix: updated unit tests
fix: type handling logic
fix: improve order by
feat: added integration tests
fix: address comments
This introduces a new Raw Data Export module to the codebase, enabling users to export raw log data via a dedicated API endpoint. The changes include the implementation of the module and handler, integration with existing infrastructure, configuration updates, and adjustments to tests and module wiring.