curl --location --request POST 'https://api.checkandplace.com/api/v1/reservation-payments' \
--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 '{
"calendar_id": "c828ce68-4c5a-4491-b76a-af3d888d3f97",
"customer_id": "160c0c4b-9966-4dc1-a916-8407eb10d74e",
"amount": 0,
"currency": "TRY",
"phone_number": "string",
"email": "string",
"send_email": false,
"send_sms": true,
"sms_content": "string",
"note": "string",
"expiration_time": 4320,
"language": "TR"
}'