This server side api function does support the same parameters as businessBrixx from the client side api.
let result =awaitbrixxApi.businessBrixx({ functionName:"CurrencyConverter", methodName:"Convert", fromCurrencySymbol:"EUR", toCurrencySymbol:"USD" });console.log(result);