curl --location --request GET 'https://api.checkandplace.com/api/v1/customer_types' \
--header 'Authorization: <api-key>' \
--header 'EMPLOYEE_TOKEN: <api-key>' \
--header 'STORE_PIN_CODE: <api-key>' \
--header 'SLUG_NAME: <api-key>'[
{
"id": "a3d839eb-1a4c-4390-87dc-52556458f4c2",
"name": "Standart",
"default": true,
"color": "#F3434",
"priority": 99,
"organization_id": "b83849b7-4315-40d6-91c0-322ae626e711"
},
{
"id": "e50cedb0-9544-47a4-87f8-26fccb2cff81",
"name": "Example",
"default": false,
"color": "#000000",
"priority": 1,
"organization_id": "be37a10b-5355-4a21-92f9-a240adabb5fe"
}
]