This is the public API for starting money transfers.
Assuming a local cluster is running, you can deploy the service to it using the following command:
./local-deploy.sh
curl -X POST \
http://localhost:8080/transfers \
-H 'Content-Type: application/json' \
-d '{
"sender": "A",
"receiver": "B",
"amount": 100
}'