post https://api.streak.com/api/v2/boxes//tasks
This call lets you create a task.
All new tasks have status
automatically set to NOT_DONE
.
Content Type and Auth
Make sure to include
-H "Content-Type: application/json"
and your authorization in any request you make on your own.