Hi @athiraarun welcome to the forums!
Unfortunately CreateCatalogImage endpoint is not supported by our SDKs. You can take a look at our Code Cookbook to see how to implement it yourself, though.
In PHP I would highly recommend using something like Guzzle rather than cURL (I’ve never had success with creating an image just using cURL in PHP). Let me know if you run into any issues.