curl --location --request POST 'https://api-uat.kushkipagos.com/card/v1/reauthorization' \
--header 'Private-Merchant-Id: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"ticketNumber": "",
"amount": {
"currency": "MXN",
"subtotalIva": 0,
"iva": 0,
"subtotalIva0": 600,
"ice": 0,
"extraTaxes": {
"iac": 10,
"tip": 20,
"airportTax": 5,
"travelAgency": 1
}
},
"fullResponse": "v2"
}'{}