my $http = HTTP::Tinyish->new(); my $res = $http->post("url", { headers => {'Content-Type' => 'application/json'}, Authorization => 'apikey jhtty657', content => #data, }