se64;
use File::Path qw/make_path/;
use LWP::UserAgent;
use HTTP::Request;
use HTTP::Headers;
use JSON::MaybeXS;
use YAML;
use URI::Encode qw/uri_encode/;
use Encode;
our $VERSION = 0.023;
=head1 NA
h = HTTP::Headers->new();
$h->header( 'Content-Type' => "application/json" );
$h->header( 'Accept' => "application/json" );
$h->header( 'Authorization' => "Basic " . $self->_zendesk_creden
e => { isa => 'Int', optional => 1 },
);
my $path = '/incremental/ticket_events.json';
my @results = $self->_paged_get_request_from_api(
field => '???', # <--- TODO