curl --location 'https://test.your-api-server.com/paycellapi/payments/get-card-token-secure' \
--header 'Authorization: Bearer <token>' \
--header 'X-Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"header": {
"applicationName": "string",
"applicationPwd": "string",
"transactionDateTime": "string",
"transactionId": "string",
"clientIPAddress": "string"
},
"extraParameters": [
{
"key": "string",
"value": "string"
}
],
"creditCardNo": "string",
"expireDateMonth": "string",
"expireDateYear": "string",
"cvcNo": "string",
"hashData": "string",
"ccAuthor": "string"
}'