curl --location --request GET 'https://api.checkandplace.com/api/v1/tags/' \
--header 'Authorization: <api-key>' \
--header 'EMPLOYEE_TOKEN: <api-key>' \
--header 'STORE_PIN_CODE: <api-key>' \
--header 'SLUG_NAME: <api-key>'{
"id": "ad143142-66a1-4e4a-b4c6-f3fced77b2a7",
"name_tr": "Örnek Etiket",
"name_en": "Example Tag",
"type": "reservation",
"icon_type": "tag",
"translations": [
{
"name": "Örnek Etiket",
"locale": "tr"
},
{
"name": "Example Tag",
"locale": "en"
},
{
"name": "Пример тега",
"locale": "ru"
},
{
"name": "Beispiel Tag",
"locale": "de"
}
]
}