curl --location --request GET 'https://app.asana.com/api/1.0/tasks//attachments'{
    "data": [
        {
            "gid": "12345",
            "resource_type": "task",
            "name": "Screenshot.png",
            "resource_subtype": null
        }
    ]
}