use Modern::Perl;
use C4::Output qw(output_with_http_headers);
use C4::Reports::Guided;
use C4::Reports::Guided qw( execute_query );
use Koha::Reports;
use JSON;
use CGI qw ( -utf8 );
use C4::Auth;
use C4::Auth qw( get_template_and_user );
-