Global Money Movement 全球资金流动概览
# 示例:发起一笔跨境支付 curl -X POST "http://localhost:8000/api/transfers" \ -H "Content-Type: application/json" \ -d '{ "source_currency": "USD", "target_currency": "EUR", "amount": 1000 }'