Authorization: Bearer ********************
curl --location --request DELETE 'http://127.0.0.1:3001/api/perm/deleteRole?roleId=6' \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "string" }