<?php
$response = file_get_contents('#nodeurl/send?receiver=#receiver&msgtext=#msglocation&token=#token');
 
echo $response; // output {success:true} or {success:false}
?>