curl --location --request GET '/v1/authz-apps?identity_id=&identity_type=user' \
--header 'X-Tenant-Id;'
[
{
"id": "string",
"developer_id": "string",
"tenant_id": "string",
"name": "string",
"type": "string",
"category": "string",
"access_policy": "string",
"decr": "string",
"logo": "string",
"access_url": "string",
"enabled_protocols": [
"string"
],
"sso_enabled": true,
"source": "string",
"related_auth_unit_rule_id": "string",
"free_ext_props": {},
"sys_ext_props": {},
"time_modified": "string",
"time_created": "string"
}
]