Create a new category for organizing products.
Body Parameters
Parent category ID for nested categories
Whether the category is active
{
"name": "Electronics",
"project": 1,
"parent": null,
"description": "Electronic products category",
"is_active": true
}
{
"id": 1,
"name": "Electronics",
"slug": "electronics",
"project": 1,
"created_at": "2024-01-01T12:00:00Z"
}