curl --location --request POST 'https://provisioning.sipay.com.tr/ccpayment/api/paySmart3D' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"cc_holder_name": "John Doe",
"cc_no": "4508034508034509",
"expiry_month": "12",
"expiry_year": "2026",
"cvv": "000",
"currency_code": "TRY",
"installments_number": "1",
"invoice_id": "5874544",
"invoice_description": "TEST",
"name": "John",
"surname": "Doe",
"total": "55.55",
"merchant_key": "$2y$10$HmRgYosneqcwHj.UH7upGuyCZqpQ1ITgSMj9Vvxn.t6f.Vdf2SQFO",
"items": "[\n {\"name\":\"pr001\",\"price\":\"2.30\",\"quantity\":1,\"description\":\"pr001\"},\n {\"name\":\"pr001\",\"price\":\"2.70\",\"quantity\":1,\"description\":\"pr001\"},\n {\"name\":\"pr001\",\"price\":\"5.00\",\"quantity\":2,\"description\":\"pr001\"}\n]\n",
"cancel_url": "string",
"return_url": "string",
"is_commission_from_user": "1",
"commission_by": "merchant",
"hash_key": "stirng",
"bill_address1": "stirng",
"bill_address2": "stirng",
"bill_city": "stirng",
"bill_postcode": "integer",
"bill_state": "stirng",
"bill_country": "stirng",
"bill_email": "stirng",
"bill_phone": "integer",
"card_program": "stirng",
"ip": "integer",
"transaction_type": "Auth",
"sale_web_hook_key": "string",
"payment_completed_by": "merchant",
"response_method": "POST",
"metadata": "string",
"app_lang": "en"
}'