Fetch an Attachment

View the full schema here.

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