Authorization: Bearer ********************curl --location --request GET '/api/v1/vmware/iam/v2/org//roles?page=1&page_size=25' \
--header 'Authorization: Bearer <token>'{"data": {
"total": 1,
"items": [
{
"id": "e3b4757d-58f6-4f9e-b308-b65dafe8eec2",
"name": "21321323",
"description": "123123",
"org_id": "62e881e3-150d-4394-85cf-4f853d322a92",
"role_group_type": "Custom",
"is_predefined": false,
"groups_count": 1,
"is_active": true,
"created_at": "2025-09-09T09:25:40"
}
]
}
}