I have AEM's instance hosted something like this
https://author.dev.demo.adobecqms.net, this is AEM 6.5 version.I want to
create and delete pages on this author instance using AEM's page manager
API with any automation tool like JMeter or RestAssured but I have no
idea, how to do it.After spending some time on the internet (hitting in
the dark), I am able to at settings.xml in .m2/settings.xml from this
post -
https://www.aemquickstart.in/2017/04/cannot-create-maven-project.html
Also, I have bel...