Authorization: Bearer ********************{
"sid": "string"
}curl --location '/database:getDataSourceTables' \
--header 'X-SPACES: default' \
--header 'X-SPACES: {{space}}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"sid": "string"
}'{
"sid": "string",
"tables": [
"string"
]
}