Authorization: Bearer ********************curl --location --request POST 'http://127.0.0.1:9000/online-form-data/page' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data ''{
"records": [
{
"": {}
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "",
"asc": false
}
],
"optimizeCountSql": false,
"searchCount": false,
"optimizeJoinOfCountSql": false,
"maxLimit": 0,
"countId": "",
"pages": 0
}