curl --location -g --request GET 'https://api.synup.com/api/v4/locations-by-store-codes?storeCodes=["storeCode1", "storeCode2"]' \
--header 'Authorization: API T9V35W3xxxxxxxxxxx'
{
"data": {
"getLocationsByStoreCodes": [
{
"accountId": 11073,
"name": "Sample Store",
"storeId": "jio678",
"city": "Chicago",
"countryIso": "US"
}
]
}
}