Help with getting page of catalog

Currently I’m trying to figure out how to get a page of emotes from the catalog. But I’m getting a 404 error, I’m using rprxy and I’m not sure if I’m using the correct URL.

local HttpService = game:GetService("HttpService")
print(HttpService:JSONDecode(HttpService:GetAsync("https://api.rprxy.xyz/catalog?Category=0&Subcategory=39")))