I'm trying to create a new task via the api.
The call is:
curl -u my_token: https://app.asana.com/api/1.0/tasks -d "name=demo_task" -d "workspace=875236917006"
and this is the response:
{"errors":[{"message":"workspace: Not the correct type"}]}
Where I'm wrong?