curl --location --request POST '/cash/v1/tokens' \
--header 'Public-Merchant-Id: {{MX-Public-Merchant-Id}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "John",
"lastName": "Doe",
"identification": "9999999999",
"documentType": "RFC",
"email": "user@example.com",
"totalAmount": 1000,
"currency": "MXN",
"description": "Description of the payment"
}'{
"token": "52db35a596d2422db313deeeefd7376a"
}