getCurrencyByFilter

Get a list of currencies

This function returns a list of towns depend on country code.

suspend fun getCurrencyByFilter(): ResponseHolder<ArrayList<ApiCurrencies>?> {
    return HelpersRequests(baseUrl, activity).getCurrencyByFilter()
}