- or download this
my $res = $ua->post( $url, $field_name => $value, Content => $content
+);
- or download this
$ua->post(
$self->{'auth'}->api_url_base . 'shares',
Content => encode_json($json),
$header,
);
- or download this
$ua->post(
$self->{'auth'}->api_url_base . 'shares',
%$header,
Content => encode_json($json)
);