curl --location --request GET 'https://gateway.storeharmony.com/cloudapi/estore//frontbanners' \
--header 'sessiontoken;'
{
"banners": [
"string"
],
"bannersContent": [
{
"heading": "string",
"caption": "string",
"body": "string",
"bannerUrl": "string",
"bgBannerUrl": "string",
"bgBannerColor": "string",
"otherUrls": [
"string"
]
}
],
"length": 0
}