curl --request PUT \
--url https://api.catalogix.ai/v1/stores/{store_uuid} \
--header 'Content-Type: application/json' \
--header 'apikey: <apikey>' \
--data '{
"channels": [
"ajiob2c",
"SMP"
],
"default_automation": [],
"region": [
"India",
"Africa"
],
"store_name": "sample store",
"store_website": "https://test.com"
}'