pub async fn jupiter_swap_task(
    in_token_address: &str,
    out_token_address: &str,
    amount: &str,
    slippage_bps: Option<f64>
) -> Result<Value, SbError>