curl --location --request GET '/api/batch/record?page=1&size=30&type=0' \
--header 'Authorization;'
{
"state": "string",
"info": {
"total": 0,
"data": [
"string"
],
"column": [
"string"
]
}
}