Authorization: Bearer ********************curl --location --request GET 'http://127.0.0.1:9000/personnelModule/page?current=1&size=20&column=id&asc=true&personnelName=&personnelGender=&personnelPhone=&personnelCertificate=&createdTime=&createdUntilTime=&fileType&associationNumber=' \
--header 'Authorization: Bearer <token>'{
"size": 0,
"current": 0,
"records": [
{
"id": 0,
"personnelName": "string",
"personnelPhone": "string",
"vehicleBrand": "string"
}
],
"total": 0,
"pages": 0
}