Authorization: Bearer ********************curl --location --request GET 'http://127.0.0.1:9000/personnelModule/pageReviewer?current=1&size=20&column=id&asc=true&personnelName&personnelGender&personnelPhone&personnelCertificate&associationNumber&createdTime&createdUntilTime&endTime&endUntilTime&createdName' \
--header 'Authorization: Bearer <token>'{
"records": [
{
"id": 0,
"personnelName": "string",
"personnelPhoto": "string",
"personnelPhotoFileId": 0,
"personnelGender": 0,
"personnelPhone": "string",
"personnelCertificate": 1,
"associationNumber": "string",
"createdTime": {
"seconds": 0,
"nanos": 0,
"epochSecond": 0,
"nano": 0
},
"reviewerCreatedTime": {
"seconds": 0,
"nanos": 0,
"epochSecond": 0,
"nano": 0
},
"createdName": "string"
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "string",
"asc": true
}
],
"optimizeCountSql": true,
"searchCount": true,
"optimizeJoinOfCountSql": true,
"maxLimit": 0,
"countId": "string",
"pages": 0
}