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