Fetch a Component

View the full schema here.

curl "https://app.ardoq.com/api/v2/components/c253c98231776d0c8a54879e"
resp = ardoq_request("/api/v2/components/c253c98231776d0c8a54879e")
print(resp)
(async () => {
    const resp = await ardoq_request("/api/v2/components/c253c98231776d0c8a54879e")
    console.log(resp)
})()