Authorization: Bearer ********************
curl --location --request GET '/personnelRoster/transferMonthStats?yearMonth=202408' \
--header 'Authorization: Bearer <token>'
{
"month": 1,
"yearMonth": 202301,
"monthStartCount": 72,
"monthEntryCount": 0,
"monthLeaveCount": 0,
"monthEndCount": 72,
"monthStartRatio": null,
"monthEndRatio": null,
"sameMonthStartLastYearRatio": 1.0746,
"sameMonthEndLastYearRatio": 1.0746
}