curl --location --request GET 'api/pmcost/work-hours/work-hours-tips?debug=1&debug_userid=444033442721971856&week_start=周开始&week_end=周结束' \
--header 'Authorization: {{AUTH_TOKEN}}'
{
"code": 10000,
"msg": "success",
"data": {
"weekTotalHours": 14,
"weekTotalHoursSurplus": 26,
"todayHours": 5,
"todayHoursSurplus": 3,
"yesterdayHours": 4,
"yesterdayHoursSurplus": 4
}
}