async fn get_swap_instructions(
    quote: &Quote,
    user_public_key: &str,
) -> Result<SwapInstructions>