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