Authorization: Bearer ********************
curl --location --request DELETE 'http://localhost:8080/api/v1/roles/' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "roleName": "APPROVER", "roleDescription": "승인 담당자" }'
{}