| Key | Type | Required? | Default | Description |
|---|---|---|---|---|
| dry_run | boolean | no | false | For validation. When true, doesn't persist record on success |
| Key | Description |
|---|---|
| website_domain | Website Domain object - except for read-only attributes |
{
"website_domain": {} // Website Domain - see 'Website Domain model'
}curl --location --request POST 'https://api.mpc.dev.placewise.com/v1/content/management/website_domains' \
--header 'X-User-Agent: ApiDog' \
--header 'X-Product-Name: default' \
--header 'X-Loyalty-Club-Slug: infinity-mall' \
--header 'X-Customer: 447' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: ' \
--header 'Content-Type: application/json'{}