{
"connectionId": "string",
"tableNames": [
"string"
]
}curl --location 'https://m1.apifoxmock.com/m1/1293445-0-default/api/MetadataInstances/tablesSupportInspect' \
--header 'Content-Type: application/json' \
--data '{
"connectionId": "string",
"tableNames": [
"string"
]
}'{
"reqId": "string",
"ts": 0,
"code": "string",
"message": "string",
"data": [
{
"tableName": "string",
"supportInspect": true
}
]
}