curl --location --request POST 'https://api.checkandplace.com/api/v1/customers/' \
--header 'Authorization: <api-key>' \
--header 'EMPLOYEE_TOKEN: <api-key>' \
--header 'STORE_PIN_CODE: <api-key>' \
--header 'SLUG_NAME: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"first_name": "string",
"last_name": "string",
"customer_type_id": "17f23787-378b-4416-8520-1bc89c43d022",
"gender": 0,
"country": "string",
"email": "string",
"primary_phone_number": "string",
"note": "string",
"blacklist": true,
"allow_sms": true,
"allow_email": true,
"is_anonym": true,
"is_active": true,
"tag_ids": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}'