[dodgers]$ curl https://secondroad.harvestapp.com/account/who_am_i -H 'Accept: application/xml' -H 'Content-Type: application/xml' -u elliott.williams@secondroad.com.au:***** true false elliott.williams@secondroad.com.au 111331 Sydney #### [dodgers]$ perl perl_requests.pl % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 38 0 38 0 0 214 0 --:--:-- --:--:-- --:--:-- 0 Authentication failed for API request.[dodgers]$ #### #!/usr/bin/perl my $xml = qx{curl https://secondroad.harvestapp.com/account/who_am_i -H 'Accept: application/xml' -H 'Content-Type: application/xml' -u elliott.williams@secondroad.com.au:*****}; print $xml;