curl --location --request POST '/card-async/v1/tokens' \
--header 'Public-Merchant-Id: {{CL-Public-Merchant-Id}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"totalAmount": 10000.5,
"returnUrl": "https://kushki.com",
"currency": "CLP",
"description": "Description of the payment"
}'{
"token": "0e17bb7a9dd9466e845833d00bd40a99"
}