Authorization: Bearer ********************
curl --location --request DELETE 'http://localhost:3000/category/a0abc4ca-ecc1-4019-9845-cdaba95a8e8d' \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Category deleted successfully" }