curl -d '{"action": "version"}' localhost:7076
curl -d '{"action": "block_count"}' localhost:7076
curl -g -d '{ "action": "wallet_create"}' localhost:7076
curl -g -d '{ "action": "wallet_change_seed", "wallet": "YOUR_NODES_WALLET_ID", "seed": "YOUR_SEED_64char"}' localhost:7076
docker exec -it raione-node /bin/bash
/usr/bin/./nano_node --wallet_decrypt_unsafe --wallet=%YOUR_WALLLET_ID%