Manage Categories (Admin)
Full CRUD operations for categories
Get All Categories (Admin)
GET
https://www.all-happy-events.swaadishthotels.com/api/admin/categories
Fetches ALL categories (published + unpublished)
Response
Create Category
POST
https://www.all-happy-events.swaadishthotels.com/api/admin/categories
Response
Update Category
PUT
https://www.all-happy-events.swaadishthotels.com/api/admin/categories/{id}
Response
Delete Category
DELETE
https://www.all-happy-events.swaadishthotels.com/api/admin/categories/{id}
Response