Path, ["param1=$param1", "param2=$param2", ..]);
use Data::Dump qw(dump);
use JSON;
my $json = new JSON;
dump $json->decode($result);
=head1 DESCRIPTION
The module to connect to the api of the
I method C<$restPath> (with the given C<$params>, where applicable) and returns either undef or a JSON string.
=back
=head1 DEPENDENCIES
=over 8
=item L<WWW::Mechanize>
=item L<HTTP::Request>
=i