Hi, I'm new to API and new to Domo. I've been reading on this https://developer.domo.com/docs/dataset-api-reference/dataset#Retrieve%20a%20DataSet. and the docs have this sample API endpoint https://api.domo.com/v1/datasets/08a061e2-12a2-4646-b4bc-20beddb403e3. but it shows
{"status":401,"statusReason":"Internal Server Error","path":"/v1/datasets/08a061e2-12a2-4646-b4bc-20beddb403e3","toe":"24VFL24TI7-0HN1I-7SCEQ"}
I don't think that's right though... anyway, I wanted to test my Javascript API fetch thing before I go to a live dataset. is there any dummy/sample dataset that I can use for API fetch?
Thanks