curl --location --request POST '/payouts/transfer/v1/tokens' \
--header 'Public-Merchant-Id: {{MX-Public-Merchant-Id}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "John Doe",
"documentNumber": "KUSHKI12345",
"accountNumber": "646180110400000007",
"accountType": "CB",
"bankId": "0074",
"totalAmount": 1000,
"documentType": "RFC",
"currency": "MXN",
"paymentDescription": "A short description of the payment"
}'{
"token": "9cf628928ef3470fb4665a54c07e3e89"
}