 "from_currency": {
    "type": "string",
    "description": "源货币代码，如HKD、USD、CNY",
    "enum": ["HKD", "USD", "CNY", "EUR", "JPY"]
  },
  "to_currency": {
    "type": "string", 
    "description": "目标货币代码，如HKD、USD、CNY",
    "enum": ["HKD", "USD", "CNY", "EUR", "JPY"]
  }
