To check if CURL is enabled or disabled for hosting:
Create phpinfo.php file under your public_html directory. Add the following code in your phpinfo.php file and save.
phpinfo;
?>
Then go to http://domainname/phpinfo.php to check whether CURL is enabled or not.