/teams/{team_gid}/projects endpoint.curl --location --request GET 'https://app.asana.com/api/1.0/workspaces//projects'{
"data": [
{
"gid": "12345",
"resource_type": "task",
"name": "Stuff to buy"
}
]
}