post https://api.sandbox.mozaic.io/api/contracts
Used to create new contracts or link to a existing contract group
Response
Used to create new contracts or link to a existing contract group
xxxxxxxxxx
10curl --request POST \
--url https://api.sandbox.mozaic.io/api/contracts \
--header 'accept: application/json' \
--header 'content-type: application/*+json' \
--data '
{
"is_derived": false,
"is_active": false
}
'