use JSON qw( to_json );
use C4::Output qw( output_with_http_headers );
use C4::Items qw( SearchItems );
use C4::Auth qw( check_cookie_auth );
my $input = CGI->new;
my ($auth_status) =
use CGI qw ( -utf8 );
use C4::Context;
use Koha::Biblios;
use Koha::CoverImages;
use Text::CSV_XS;
use C4::Labels;
my $cgi = CGI->new;
use XML::Simple;
use C4::Serials qw( GetLateOrMissingIssues updateClaim );
use C4::Output;
use Koha::CsvProfiles;
-