my $http = HTTP::Tiny->new; my $res = $http->post($url, { content => $query });