Authorization: Bearer ********************curl --location --request GET 'http://127.0.0.1:9000/personnelModule/certificate?personnelId' \
--header 'Authorization: Bearer <token>'[
{
"id": 0,
"personnelId": 0,
"certificateUrl": "string",
"fileId": 0,
"createdTime": {
"seconds": 0,
"nanos": 0
}
}
]