curl --location --request POST 'https://api-uat.kushkipagos.com/subscriptions/v1/card-async/capture' \
--header 'Private-Merchant-Id: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"ticketNumber": "",
"amount": {
"currency": "CLP",
"subtotalIva": 0,
"iva": 0,
"subtotalIva0": 600
},
"fullResponse": true
}'{}