Hi Inder,
below is the code:
<?php
include "../root.php";
require_once "resources/require.php";
require_once "../sms_hook_common.php";
if ($debug) {
    error_log('[SMS] REQUEST: ' .  print_r($_SERVER, true));
}
if (check_acl()) {
    if  ($_SERVER['CONTENT_TYPE'] == 'application/json...