Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Generate a unique ID
<?php uniqid(string $prefix = "", bool $more_entropy = false): string
<?php     public function __construct()

    {

        parent::__construct(uniqid(), null);

    }



    public function makeCurlRequest(string $verb, string $fullUrl, array $headers = [], array $arguments = []): Response