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