{
"startTime": "string",
"endTime": "string",
"recordList": [
{
"groupUserId": "string",
"dayList": [
{
"id": "string",
"date": "string",
"scheduleId": "string"
}
]
}
]
}curl --location --request POST '/schedule/user/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"startTime": "string",
"endTime": "string",
"recordList": [
{
"groupUserId": "string",
"dayList": [
{
"id": "string",
"date": "string",
"scheduleId": "string"
}
]
}
]
}'{
"code": "",
"result": "",
"data": {},
"message": "",
"count": 0,
"total": 0,
"size": 0,
"current": 0,
"pages": 0,
"orders": [
{
"column": "",
"asc": false
}
],
"timestamp": 0,
"extra": {
"{}": {}
},
"traceId": "",
"withColumns": [
""
],
"includeColumns": [
""
],
"cause": ""
}