curl --location --request POST '/cash/v1/tokens' \
--header 'Public-Merchant-Id: {{CL-Public-Merchant-Id}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "John",
"lastName": "Doe",
"identification": "123456789",
"documentType": "RUT",
"email": "user@example.com",
"totalAmount": 5000,
"currency": "CLP",
"description": "Description of the payment"
}'{
"token": "7b19cf31c8de4607862b2f41cd256abe"
}