curl --location --request PATCH '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 '{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"email": "string",
"amount": 0,
"currency": "TRY",
"phone_number": "string",
"send_email": false,
"send_sms": true,
"sms_content": "string",
"note": "string",
"expiration_time": 4320,
"language": "TR"
}'