{
"pointId": "string",
"time": 0,
"total": 0
}
curl --location --request POST '/api/schedule/createOrUpdate' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{
"pointId": "string",
"time": 0,
"total": 0
}'
{
"code": 0,
"message": "string"
}