{
"fromGroupUserId": "string",
"toGroupUserId": "string",
"swapDate": "string",
"compensatory": true,
"compensatoryDate": "string",
"remark": "string"
}curl --location --request POST '/schedule/swap/apply' \
--header 'Content-Type: application/json' \
--data-raw '{
"fromGroupUserId": "string",
"toGroupUserId": "string",
"swapDate": "string",
"compensatory": true,
"compensatoryDate": "string",
"remark": "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": ""
}