use Clone;
use Ref::Util qw{is_arrayref is_hashref};
use UUID::Tiny;
use HTTP::Tiny;
use Cpanel::JSON::XS;
use List::Util;
use Data::Dumper;
sub new( $class, $secret_key, $region, $debug ) {
r
$params)));
my $uri = "$endpoint$path?$querystring";
my $body = $input ? Cpanel::JSON::XS::encode_json( $input ) : undef;
my $response = $client->_request($method, $uri, {
header
bscription-Region' => $self->{region},
'Content-Type' => 'application/json',
'X-ClientTraceId' => $uuid,
},
content => $body,
}