Authorization: Bearer ********************curl --location --request GET 'http://api.cephisso.dev/ords/cephisso_system/v1//access-management/privilege-assignments/' \
--header 'Authorization: Bearer <token>'{
"items": [
{
"cephisso_privileges_id": 0,
"cephisso_roles_id": 0,
"created_by": "string",
"created_on": "2019-08-24T14:15:22Z",
"data_lineage": null,
"description": "string",
"id": 0,
"last_updated_by": "string",
"last_updated_on": "2019-08-24T14:15:22Z",
"metadata": null,
"system_guid": "string",
"udfs": null,
"uuid": "string"
}
]
}