convert

Function convert 

Source
pub async fn convert(
    user_type: &str,
    username: &str,
    date: &str,
    base_currency: &str,
    target_currency: &str,
    amount: &str,
) -> Result<String, Box<dyn Error>>