Authorization: Bearer ********************curl --location '/projects//roles/' \
--header 'Authorization: Bearer <token>'{
"object": "role",
"id": "string",
"name": "string",
"description": "string",
"permissions": [
"string"
],
"resource_type": "string",
"predefined_role": true
}