pub async fn get_financials_statements(
client: &Arc<FutuClient>,
symbol: &str,
statement_type: Option<i32>,
financial_type: Option<i32>,
currency_code: Option<&str>,
next_key: Option<&str>,
num: Option<i32>,
) -> Result<String>