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