curl --location --request POST 'https://provisioning.sipay.com.tr/ccpayment/api/editCard' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"merchant_key": "$2y$10$HmRgYosneqcwHj.UH7upGuyCZqpQ1ITgSMj9Vvxn.t6f.Vdf2SQFO",
"card_token": "WNPDZDQNMVNRQO23IAHKDKXIWCRGWHEXCFNRDXXK5CMXGM5A",
"customer_number": 5070,
"expiry_month": 12,
"expiry_year": 2026,
"hash_key": "5353c46ffbca7b6e:9e99:Duykwf30yEY+RN1muHi8ZkoSkUjTaf0SRV2gEH__BrUyvfd",
"card_holder_name": "John Doe",
"app_lang": "en"
}'