curl --location --request GET 'https://stage.privicore.com:9009/policy/list-inactive-policies' \
--header 'X-DPT-AUTHORIZATION;'
[
{
"id": "example_policy_id",
"policyId": "template_id",
"configuration": [
"string"
],
"active": 0,
"applyingEventIds": [
"string"
],
"createdAt": "2025-02-10T10:03:06+00:00"
}
]