curl --location --request GET 'http://localhost:8081/hrm/cockpit/getEmployeeProvince' \
--header 'Authorization: '
{
"code": 0,
"msg": "string",
"data": [
{
"num": 0,
"postionLevel": 0,
"postId": 0,
"sex": 0,
"education": "string",
"province": "string",
"postRank": "string",
"gear": "string"
}
]
}