git clone https://github.com/graulg/openpay.cashy.git
cd openpay.cashy
npm install
node app
curl http://localhost:3000/clientes/listar -X POST -d ''
curl http://localhost:3000/clientes/registrar -H "Content-type: application/json" -X POST -d '{"name":"Desde", "last_name": "cURL", "email": "[email protected]"}'