Authorization: Bearer ********************curl --location '/projects//roles?limit=&after=&order=' \
--header 'Authorization: Bearer <token>'{
"object": "list",
"data": [
{
"object": "role",
"id": "string",
"name": "string",
"description": "string",
"permissions": [
"string"
],
"resource_type": "string",
"predefined_role": true
}
],
"has_more": true,
"next": "string"
}