curl --location --request POST 'https://api.checkandplace.com/api/v1/customers/list' \
--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 '{
"query": "string",
"note": "string",
"allow_sms": true,
"allow_email": true,
"blacklist": true,
"is_active": true,
"genders": [
0
],
"countries": [
"string"
],
"create_start_date": "2024-05-06 21:00",
"create_end_date": "2024-05-06 21:00",
"update_start_date": "2024-05-06 21:00",
"update_end_date": "2024-05-06 21:00",
"customer_type_ids": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"tag_ids": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"allow_sms_permit": true,
"allow_email_permit": true,
"allow_call_permit": true,
"allow_whatsapp_permit": true,
"order_by": "string",
"order_direction": "string",
"page": 1,
"per_page": 50
}'