Authorization: Bearer ********************
curl --location --request GET '/personnelSalary/cycle' \
--header 'Authorization: Bearer <token>'
{
"id": 1,
"salaryPeriod": "2024-09",
"startDate": "2024-09-01",
"endDate": "2024-09-30",
"state": 1,
"creator": 1,
"createTime": "2024-09-11 16:01:32",
"corpId": 2
}