curl --location --request POST '/cash/v1/tokens' \
--header 'Public-Merchant-Id: {{EC-Public-Merchant-Id}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "John",
"lastName": "Doe",
"identification": "123456789",
"documentType": "RUC",
"email": "user@example.com",
"totalAmount": 3700,
"currency": "USD",
"description": "Description of the payment"
}'{
"code": "C001",
"message": "Cuerpo de la petición inválido."
}