curl --location --request POST 'https://provisioning.sipay.com.tr/ccpayment/api/payByCardToken' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"card_token": "string",
"customer_number": 0,
"customer_email": "string",
"customer_phone": "string",
"customer_name": "string",
"currency_code": "string",
"installments_number": 1,
"invoice_id": "string",
"invoice_description": "string",
"total": 25.48,
"merchant_key": "$2y$10$HmRgYosneqcwHj.UH7upGuyCZqpQ1ITgSMj9Vvxn.t6f.Vdf2SQFO",
"items": "string",
"cancel_url": "string",
"return_url": "string",
"hash_key": "string",
"bill_address1": "string",
"bill_address2": "string",
"bill_city": "string",
"bill_postcode": "string",
"bill_state": "string",
"bill_country": "string",
"bill_email": "string",
"bill_phone": "string",
"card_program": "string",
"ip": "string",
"transaction_type": "string",
"sale_web_hook_key": "string",
"order_type": 0,
"recurring_payment_number": 0,
"recurring_payment_cycle": "string",
"recurring_payment_interval": "string",
"recurring_web_hook_key": "string",
"app_lang": "en"
}'