{
"page_size": 0,
"page_token": "string",
"with_total": true
}curl --location --request POST '/v7/low_code_app/app_instance//tables' \
--header 'Content-Type: application/json' \
--data-raw '{
"page_size": 0,
"page_token": "string",
"with_total": true
}'{
"data": {
"items": [
{
"id": "string",
"name": "string"
}
],
"next_page_token": "string",
"total": 0
},
"code": 0,
"more": {},
"msg": "string"
}