data
curl --location --request PUT 'https://app.asana.com/api/1.0/tags/'
{
"data": {
"gid": "12345",
"resource_type": "task",
"name": "Stuff to buy",
"color": "light-green",
"followers": [
{
"gid": "12345",
"resource_type": "task",
"name": "Greg Sanchez"
}
],
"permalink_url": "https://app.asana.com/0/resource/123456789/list",
"workspace": {
"gid": "12345",
"resource_type": "task",
"name": "My Company Workspace"
}
}
}