curl --location --request GET 'https://api.mpc.dev.placewise.com/v1/content/management/tags/212' \
--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,
"customer_id": 42,
"value": "Tag 1",
"created_at": "2025-01-10T12:20:50.859925Z",
"updated_at": "2025-01-10T12:20:50.859925Z"
}
}