curl --location '/public-api/v1/botDatacenterTable/updateBotDatacenterTableIds' \
--header 'Content-Type: application/json' \
--data '{
"id": 0,
"botId": 0,
"tableId": 0,
"options": {
"key": {}
},
"datacenterTableIds": [
0
],
"datacenterTable": {
"id": 0,
"deptId": 0,
"tenantId": 0,
"tableName": "string",
"tableDesc": "string",
"actualTable": "string",
"status": 0,
"created": "string",
"createdBy": 0,
"modified": "string",
"modifiedBy": 0,
"options": {
"key": {}
},
"categoryId": 0,
"fields": "new ArrayList<>()"
}
}'{
"errorCode": 0,
"message": "",
"data": null
}