curl --location --request POST 'https://api.craftcart.io/api/v1/webhooks/storefront-hosting/domain-sync' \
--header 'x-domain-sync-secret: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"property1": "string",
"property2": "string"
}'{
"success": true,
"data": {
"property1": "string",
"property2": "string"
},
"meta": {
"property1": "string",
"property2": "string"
}
}