curl --request PATCH \
--url http://localhost:3333/v1/framework-editor/policy-template/{id}/content \
--header 'Content-Type: application/json' \
--data '{
"content": {}
}'curl --request PATCH \
--url http://localhost:3333/v1/framework-editor/policy-template/{id}/content \
--header 'Content-Type: application/json' \
--data '{
"content": {}
}'Was this page helpful?