se strict;
use REST::Client;
use MIME::Base64;
use Cpanel::JSON::XS qw(encode_json);
use IDCHECKIO::ResponseIDCIO;
use JSON::Parse 'parse_json';
=head1 NAME
IDCHECKIO::Client - Client to use the ID
cation/json");
$self->{_client}->addHeader("Authorization", "");
my $auth = encode_base64("$self->{_user}:$self->{_pwd}");
$self->{_client}->addHeader("Content-Type", "application/json");
$
$line2,
'line3' => $line3,
};
my $json_data = encode_json $data;
my $result;
$self->{_client}->POST($url, $json_data);
my $json = parse_json($self->{_client}->responseContent());
if