{
"companyId":11,
"toolSetType":"CUSTOM",
"enableOpenApi": 1
}
curl --location --request PUT 'local_url_saas/rest/admin/secured/companies/client-company/add-client-partition' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"companyId":11,
"toolSetType":"CUSTOM",
"enableOpenApi": 1
}'
{}