permission_set_id (uuid): ID of the permission set to retrieve.X-Organization-Id (int, optional): Override the org scoping these permission sets.manage (admin) access to the specified organization.data.curl --location --globoff 'https:///api/v2/permission-sets/' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '{
"success": true,
"message": "string",
"data": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"organization_id": 0,
"name": "string",
"description": "string",
"is_default": true,
"is_system": true,
"is_deleted": true,
"permissions": {
"property1": "string",
"property2": "string"
}
}
}