Authorization: Bearer ********************
curl --location --request GET '/personnelRoster/contractChange/' \
--header 'Authorization: Bearer <token>'
[
{
"id": 0,
"createTime": "",
"updateTime": "",
"creator": 0,
"updator": 0,
"rosterContractId": 0,
"contractChangeDetail": ""
}
]