curl --location --request POST 'https://api.checkandplace.com/api/v1/references' \
--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 '{
"name": "string",
"phone_number": "string",
"email": "string",
"note": "string"
}'{
"reference": {
"id": "615de839-3387-47e0-91b0-7e3da8234dfd",
"organization_id": "1f8e1346-b26e-42f5-b615-e83695ef0637",
"name": "Chae Konopelski",
"country_code": "+90",
"phone_number": "5051105690",
"email": "example@protel.com.tr",
"note": "Example note"
}
}