curl --location --request GET 'https://www.amazon.com/ap/oa/v2/stores' \
--header 'Amazon-Advertising-API-ClientId: {{client_id}}' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Amazon-Advertising-API-Scope: {{profileId}}'
[
{
"code": "SUCCESS",
"entityId": "ENTITYXXXXXXX",
"storeName": "Test Brand Seller",
"storePageInfo": [
{
"storePageId": "XXXXXX-XXXX-XXXX-XXXX-XXXXXXXX",
"storePageUrl": "https://www.amazon.com/stores/page/XXXXXX-XXXX-XXXX-XXXX-XXXXXXXX",
"storePageName": "Home"
}
],
"brandEntityId": "ENTITYXXXXXXX"
}
]