I have requirement to get all the assets and its properties in .json format at certain level by URl as /content/dam/abc/a.1.jsonI am able to get data using httpclient library by get call ,Is there any other way to fetch the data in json format as I don't want to pass username and password in get cal...