Add a new task.
The resourceSlug is a url parameter of the teamId associated with the user. Anywhere the resourceSlug is used can be interpreted as a teamId
Task object to be added with at minimum all required fields, _id must be ommited, this will be generated by the api and returned upon successful completion.
Represents a task within the system, including its configuration, expected output, and optional form fields.
Successful operation, redirect to '/{resourceSlug}/tasks'.
Server response after successsfully adding a new object