curl --request POST \
--url http://localhost:3333/v1/policies/{id}/controls \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"controlIds": [
"<string>"
]
}
'curl --request POST \
--url http://localhost:3333/v1/policies/{id}/controls \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"controlIds": [
"<string>"
]
}
'Was this page helpful?