Authorization: Bearer ********************
{
"customCatalogId": 0,
"tableIdList": [
0
]
}
curl --location --request POST '/datacenter/datacenterCustomCatalogTable/removeTableFromCustomCatalog' \
--header 'Content-Type: application/json' \
--data-raw '{
"customCatalogId": 0,
"tableIdList": [
0
]
}'
{
"property1": {},
"property2": {}
}