curl --location --request PATCH 'https://api.checkandplace.com/v1/reservation-payments' \
--header 'CheckandPlace-Access-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "550e8400-e29b-41d4-a716-446655440000",
"amount": 200,
"currency": "TRY",
"phone_number": "905559876543",
"email": "updated@example.com",
"send_email": true,
"send_sms": false,
"sms_content": "Updated payment link for your reservation",
"note": "Customer requested amount update",
"expiration_time": 2880,
"language": "TR"
}'