curl --location 'https://api.checkandplace.com/v1/reservation-payments' \
--header 'CheckandPlace-Access-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"calendar_id": "550e8400-e29b-41d4-a716-446655440000",
"customer_id": "550e8400-e29b-41d4-a716-446655440001",
"amount": 150,
"currency": "TRY",
"phone_number": "905551234567",
"email": "customer@example.com",
"send_email": false,
"send_sms": true,
"sms_content": "Please complete your reservation payment",
"note": "VIP customer - priority handling",
"expiration_time": 4320,
"language": "TR"
}'