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