ListTables is paginated, with each page returning a maximum of 100 table names.curl --location --request POST '/' \
--header 'X-Amz-Target;' \
--header 'Content-Type: application/json' \
--data-raw '{
"ExclusiveStartTableName": "string",
"Limit": 0
}'{
"TableNames": [
"Forum",
"ProductCatalog",
"Reply",
"Thread"
]
}