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