Progress a task object.
[POST|PUT] /tasks/:task_id/progressions/[start|done]
This will auto progress a task to either the "start" (started status) or "done" (completed status).
Handling the response
Please see the get task endpoint for handling the response.