{
"pointId": "string",
"year": 0,
"month": 0
}
curl --location --request POST '/api/schedule/getDetails' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{
"pointId": "string",
"year": 0,
"month": 0
}'
{
"code": 0,
"message": "string",
"data": {
"items": [
{
"date": "string",
"day": "string",
"hours": [
{
"hour": "string",
"total": 0,
"id": "string"
}
]
}
],
"total": 0
}
}