curl --location --request DELETE 'admin/category/<int:category_id>' \ --header 'Authorization: Bearer' \ --header 'Content-Type: application/json' \ --data '{}'
{ "message": "Category tree soft deleted (archived) successfully", "success": true }