Help for this page
curl -v -u <AUTH_ID>:<AUTH_TOKEN> https://url/ \ -H 'content-type: application/json' \ ... "source": "from", \ "text": "Sent from curl"}'
$to = "John"; $from = "John"; ... $reponr = ( decode_json $response->{'content'} ); print "$reponr\n";