Run the EAI server:
python3 server.py
curl -XPOST -H "Content-type: application/json" -d '{"service": "Finance", "data_provided": ["HR", "Accounting"]}' 'localhost:9000/register'
curl -XGET -H "Content-type: application/json" -d '{"type": "HR", "constraints": []}' 'localhost:9000/data'
curl -XGET -H "Content-type: application/json" -d '{"type": "Accounting", "constraints": []}' 'localhost:9000/data'