curl --request PUT \
--url https://api.promptmetrics.dev/template/{id}/transparency-declaration \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ai_disclosure_enabled": true,
"content_marking_enabled": true,
"human_oversight_enabled": true,
"note": "<string>"
}
'