curl --request POST \
--url http://localhost:3333/v1/v1/controls \
--header 'Content-Type: application/json' \
--data '
{
"name": "Access Control",
"description": "Manages user access to systems",
"policyIds": [
"<string>"
],
"taskIds": [
"<string>"
],
"requirementMappings": [
{
"requirementId": "<string>",
"frameworkInstanceId": "<string>"
}
]
}
'curl --request POST \
--url http://localhost:3333/v1/v1/controls \
--header 'Content-Type: application/json' \
--data '
{
"name": "Access Control",
"description": "Manages user access to systems",
"policyIds": [
"<string>"
],
"taskIds": [
"<string>"
],
"requirementMappings": [
{
"requirementId": "<string>",
"frameworkInstanceId": "<string>"
}
]
}
'Was this page helpful?