| Key | Description |
|---|---|
| landing_page_template | Page object - except for read-only attributes |
| landing_page_template.type | str |
| landing_page_template.bee_json | json |
{
"landing_page_template": {} // Landing Page Template - see 'Landing Page Template model'
}curl --location --request POST 'https://api.mpc.dev.placewise.com/v1/content/management/landing_pages/templates' \
--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'{}