ApiCurrencies

data class ApiCurrencies (
    val name: String?,
    val code: String?,
    val symbol: String?
        )