Help for this page
$ua->post( $url, $field_name => $value,... Content => $content )
$req = $ua->post( $myurl, ... 'Content-Type' => 'application/json; charset=utf-8', 'Content' => $postcontent, );