curl --location --request DELETE 'https://api.mpc.dev.placewise.com/v1/content/management/mobile_app/homepage' \
--header 'X-User-Agent: ApiDog' \
--header 'X-Product-Name: default' \
--header 'X-Loyalty-Club-Slug: infinity-mall' \
--header 'X-Customer: 447' \
--header 'X-Client-Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '"string"'{
"home_page": {
"type": "components",
"components": [
{}
]
}
}