{
"modelId":"1",
"isObject":"0"
}
curl --location --request POST 'http://localhost:7912/api/verify/listColumn' \
--header 'Content-Type: application/json' \
--data-raw '{
"modelId":"1",
"isObject":"0"
}'
{
"success": true,
"code": "string",
"message": "string",
"data": [
{
"id": 0,
"parentId": 0,
"name": "string",
"nameCh": "string",
"isObject": 0,
"type": 0,
"secondaryType": 0,
"jsonPath": "string"
}
]
}