You can easily do the Basic AUthentication for local instace and Token
based for AEM which is hosted on cloud.For instance - When we want to
access an endpoint from our AEM instance using POSTMAN, we need to set
the Authentication information via tab -> "Authorization" with
respective Type. (Which would help generate an Authorization Header for
making an HTTP request)For Classic AEM instance, we need to use "Basic"
Type -> respective Username and Password input as we would give in our
AEM instan...