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