curl --location --request GET '/core/t/schema/structdata?tableID&shipID' \
--header 'Authorization: {{ACCESS_TOKEN}}'[
{
"dataInfo": [
{
"data": [
{
"property1": "string",
"property2": "string"
}
],
"table": "string"
}
],
"shipType": "string",
"tableInfo": [
{
"property1": "string",
"property2": "string"
}
]
}
]