curl --location --request POST 'https://api-uat.kushkipagos.com/subscriptions/v1/card/tokens' \
--header 'Public-Merchant-Id: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"card": {
"name": "John Doe",
"number": "5451951574925480",
"expiryMonth": "03",
"expiryYear": "25",
"cvv": "071"
},
"currency": "PEN"
}'{
"code": "K002",
"message": "Ha ocurrido un error inesperado."
}