curl --location --request POST 'https://test.web.gw.finansz.com//api/pos/3ds/init' \
--header 'Content-Type: application/json' \
--data-raw '{
"terminalId": "57e69e1b-2c00-4a26-b5e3-44617c6cc659",
"useAutomaticRouting": true,
"amount": 0,
"pointAmount": 0,
"currencyCode": "string",
"installmentCount": 0,
"cardNumber": "string",
"cardHolderName": "string",
"expireMonth": "string",
"expireYear": "string",
"cvv": "string",
"successUrl": "string",
"cancelUrl": "string",
"orderId": "string",
"invoiceId": "string",
"paymentDescription": "string"
}'