Use to create/update a category.
{ unsigned int parent; string name; string description; };
parent ID of the parent, if any.
name Name of the category.
description Description of the category.