const result = await swervpay.other.resolve_account_number({ bank_code: req.body.bank_code as string, account_number: req.body.account_number as string,});
const result = await swervpay.fx.rate({ from: req.body.bank_code as string, to: req.body.account_number as string, amount: req.body.amount as number,});
const result = await swervpay.fx.rate({ from: req.body.bank_code as string, to: req.body.account_number as string, amount: req.body.amount as number,});