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