CRLF
or \r\n
outlinedcurl --location --request POST 'https://app.asana.com/api/1.0/tasks//attachments'
{
"data": {
"gid": "12345",
"resource_type": "task",
"name": "Screenshot.png",
"resource_subtype": null,
"created_at": "2012-02-22T02:06:58.147Z",
"download_url": "https://s3.amazonaws.com/assets/123/Screenshot.png",
"host": "dropbox",
"parent": {
"gid": "12345",
"resource_type": "task",
"name": "Bug Task"
},
"view_url": "https://www.dropbox.com/s/123/Screenshot.png"
}
}