I am running tests and I can see the subscriptions on the dashboard. But I need to test the backend, and this is returning the items as empty:
curl -X GET "https://api.revenuecat.com/v2/projects/{{projectid}}/customers/{{customer}}/active_entitlements
it returns 200 with the response, but the items is an empty array...
how am I suppose to test my webhook api without this fetching data from the sandbox?
I do have the sandbox checkbox in the dashboard enabled.
