{
"id": null,
"tableId": "数据表ID"
}curl --location --request POST '/core/tabledataarchive/restore' \
--header 'Authorization: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": null,
"tableId": "数据表ID"
}'{
"status": "OK"
}