curl --location 'https://app.asana.com/api/1.0/tasks//removeFollowers' \ --header 'Content-Type: application/json' \ --data '{ "data": { "followers": [ "13579", "321654" ] } }'
{ "data": {} }