curl --location --request GET '/v1/privileges?application_id='
{
"total_num": 0,
"current_page": 0,
"data": [
{
"id": "string",
"identity_type": "string",
"identity_id": "string",
"auth_unit_rule_id": "string",
"application_id": "string",
"object_type": "string",
"object_code": "string",
"affect_scope": "string",
"affect": "string",
"time_created": "string",
"time_modified": "string"
}
]
}