curl --location --request DELETE 'https://api.mpc.dev.placewise.com/v1/content/management/tags/1' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: '
{
"tag": {
"id": 1,
"value": "voluptate aute",
"customer_id": 447,
"created_at": "2022-11-05T16:25:58.099Z",
"updated_at": "2022-11-15T16:25:58.099Z"
}
}