curl --request POST \
--url http://localhost:3333/v1/frameworks/{id}/requirements \
--header 'Content-Type: application/json' \
--data '
{
"name": "Access Review",
"identifier": "10.3",
"description": "<string>"
}
'curl --request POST \
--url http://localhost:3333/v1/frameworks/{id}/requirements \
--header 'Content-Type: application/json' \
--data '
{
"name": "Access Review",
"identifier": "10.3",
"description": "<string>"
}
'Was this page helpful?