{
"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
}'
{}