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