Hello everyone, I’m working with the Avatar Catalog API and I encountered a problem when running the example shown below, which can be found in the official documentation,
The outcome is different from what the documentation claims it should be, resulting in a list of unrelated assets to the ones specified by the query parameters:
(there should be only "Gear"s, but all kinds of assets are present).
I also tried making the request with Python, but the same result is produced.
Do you have the right list of query parameters? Or is this a bug?
Thanks in advance!