getProductsByCountry

@GET(value = "country/{country}/{page}.json")
abstract suspend fun getProductsByCountry(    @Path(value = "country") country: String,     @Path(value = "page") page: Int,     @Query(value = "fields") fields: String): Search