API ExplorerFoundationTodo ServiceTo-do ServiceCreate a new todo itemCreate a new todo item POST /v1/spaces/:spaceId/todoItems Add a new todo item to the collection. Requires space_foundation_todo_write scope on the spaceId and todo_type_manage scope on type of the todo item. Request Responses201400403Todo item created successfully.Invalid Request.Forbidden Error.