Authorization: Bearer ********************
curl --location --request GET '/employeeSchedule/getServiceDate?startDate=&endDate=&employeeName='
{
"code": 0,
"msg": "string",
"data": [
{
"date": "string",
"color": "string"
}
]
}