Authorization: Bearer ********************{
"description": "HERO"
}curl --location --request POST 'http://localhost:4002/rest/v1/roles' \
--header 'X-Nexus-Key: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "HERO"
}'{
"id": "string",
"description": "HERO"
}