byCountry

@GET(value = "country/{country}.json")
abstract suspend fun byCountry(@Path(value = "country") country: String): Search