my $url = "http://hea.koha-community.org/upload.pl";
my $ua = LWP::UserAgent->new;
$ua->proxy(['http'], 'http://my.proxy.server:3128/');
my $res = $ua->post(
$url,
'Content-type' => 'application/json;charset=utf-8',