curl --location --request POST '/card/v1/tokens' \
--header 'Public-Merchant-Id: {{MX-Public-Merchant-Id}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"card": {
"name": "John Doe",
"number": "5451951574925480",
"expiryMonth": "01",
"expiryYear": "26",
"cvv": "123"
},
"totalAmount": 1000,
"currency": "MXN"
}'{
"token": "13a89364415a467d88bd874628175766"
}