curl --location --request POST '/card/v1/tokens' \
--header 'Public-Merchant-Id: {{PE-Public-Merchant-Id}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"card": {
"name": "John Doe",
"number": "5451951574925480",
"expiryMonth": "05",
"expiryYear": "25",
"cvv": "123"
},
"totalAmount": 50,
"currency": "PEN"
}'{
"code": "K001",
"message": "Cuerpo de la petición inválido."
}