@@ -1,6 +1,5 @@
<?php
$data = json_decode(file_get_contents('php://input'));
-$secret = $data['secret'];
-echo '{"ha":"ah"}';
+print_r($data)