curl --location --request GET 'https://api.checkandplace.com/api/v1/references?query' \
--header 'Authorization: <api-key>' \
--header 'EMPLOYEE_TOKEN: <api-key>' \
--header 'STORE_PIN_CODE: <api-key>' \
--header 'SLUG_NAME: <api-key>'{
"references": [
{
"id": "7e7b922d-ac5d-492d-a28f-2f4c60ade659",
"organization_id": "97751caa-a381-4073-8b33-941587c5d12c",
"name": "Taylor Volkman",
"country_code": "+90",
"phone_number": "5051105690",
"email": "example@protel.com.tr",
"note": "Example note"
}
]
}