fetchCountries

@GET(value = "/api/rainbow/enduser/v1.0/countries")
abstract suspend fun fetchCountries(): RainbowResult<List<Country>>