curl --location --request GET 'https://stage.privicore.com:9009/policy/list-policy-templates' \
--header 'X-DPT-AUTHORIZATION;'
{
"template-identifier-example": {
"name": "template_name_example",
"description": "template_description_example",
"events": {
"event-identifier-example": {
"event-name-example": "Retrieve data"
}
},
"configuration": [
"string"
],
"votingAttributes": [
"string"
]
}
}