pub async fn general_export(
    pool: Data<PgPool>,
    content_disposition: &str,
    data_loader: impl CsvExportDataLoader + Send + 'static,
    token: AuthorizationToken
) -> ControllerResult<HttpResponse>