curl --request POST \
--url http://localhost:3333/v1/frameworks/custom \
--header 'Content-Type: application/json' \
--data '
{
"name": "Internal Controls",
"description": "<string>",
"version": "1.0"
}
'curl --request POST \
--url http://localhost:3333/v1/frameworks/custom \
--header 'Content-Type: application/json' \
--data '
{
"name": "Internal Controls",
"description": "<string>",
"version": "1.0"
}
'Was this page helpful?