{
"id": 0,
"holidayName": "string",
"holidayStartTime": "string",
"holidayEndTime": "string",
"isAutoSkip": 0,
"index": "1",
"size": "10"
}
curl --location --request POST 'localhost:8077/holiday/list' \
--header 'token: undefined' \
--header 'roleId: {{stuRoleId}}' \
--header 'channel: 2' \
--header 'Authorization: Bearer e04bc2ccd70847efbd8b3775fb951f4e' \
--header 'tenantId: {{tenantId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"holidayName": "string",
"holidayStartTime": "string",
"holidayEndTime": "string",
"isAutoSkip": 0,
"index": "1",
"size": "10"
}'
{
"result": {},
"errorCode": 0,
"message": "",
"success": false,
"code": 0
}