{
"dashouId": 1,
"gameServerId": 0,
"gameCategoryId": 0,
"supportLive": true,
"supportHighValue": true,
"shiftPreference": "day",
"specialRiskLimit": "string"
}curl --location '/studio-api/v1/studio/schedules/dashou-attributes/set' \
--header 'Authorization: Bearer jl-test-token-user-43' \
--header 'Content-Type: application/json' \
--data '{
"dashouId": 1,
"gameServerId": 0,
"gameCategoryId": 0,
"supportLive": true,
"supportHighValue": true,
"shiftPreference": "day",
"specialRiskLimit": "string"
}'{
"code": 0,
"message": "string",
"data": {
"id": 0,
"studioId": 0,
"dashouId": 0,
"gameServerId": 0,
"gameCategoryId": 0,
"supportLive": true,
"supportHighValue": true,
"shiftPreference": "string",
"specialRiskLimit": "string"
}
}