Delete a category by ID
curl -X DELETE https://api.example.com/categories/1 \ -H "Authorization: Bearer YOUR_TOKEN"
No Content
{ "message": "Unauthorized" }