@nsvsrk :
AEM is built on Sling Framework, thus there are many operations that can be performed via REST API (Services exposed via URLs)
In terms of AEM, cURL is utilizes these REST APIs to update/get information about various resources like pages, assets, packages etc.
The operations are listed h...