post( URL_TO_SEND_DATA, [ 'headers' => ['Content-Type' => 'application/json'], 'body' => json_encode($dataToBot) ]); //return $response; } } } ?>