Authorization: Bearer ********************curl --location --request POST 'http://127.0.0.1:9000/roles/page' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data ''{
"records": [
{
"id": 0,
"tenantId": 0,
"name": "",
"code": "",
"superRole": false,
"description": "",
"readonly": false,
"status": false,
"scopeType": "",
"createdTime": {
"seconds": 0,
"nanos": 0,
"epochSecond": 0,
"nano": 0
}
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "",
"asc": false
}
],
"optimizeCountSql": false,
"searchCount": false,
"optimizeJoinOfCountSql": false,
"maxLimit": 0,
"countId": "",
"pages": 0
}