post
https://{targetURL}/api/v1/tasks
Creates a task. The required fields are 'assigneeID' and 'status'. If the assigneeID is 0 the assigneeID willbe changed to the current user id. Also the task can only be assigned to an user in the same group as the current user.The valid statuses are: 'ASSIGNED', 'PROGRESS', 'COMPLETED'.
200The task was successfully created
400Your query has malformed parameters
401You don't have permission to create tasks
404The assignee does not exist in the database