{ "name": "Technology", "description": "Articles about technology and innovation" }
{ "message": "Category created successfully", "category": { "_id": "507f1f77bcf86cd799439011", "name": "Technology", "slug": "technology", "description": "Articles about technology and innovation", "createdAt": "2024-01-15T10:30:00.000Z" } }
Create a new category
Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
application/json
Show Properties
{ "error": "Category already exists" }
{ "error": "No token provided" }
{ "error": "Admin access required" }
{ "error": "Database connection failed" }
curl -X POST https://api.vaniyk-empire.com/api/categories \ -H "Authorization: Bearer YOUR_ADMIN_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "name": "Technology", "description": "Articles about technology and innovation" }'
slug
name