getProductsByOrigin

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