{
"dashouId": 0,
"timeSlots": [
{
"startAt": "string",
"endAt": "string"
}
],
"title": "string",
"type": "string"
}curl --location '/studio-api/v1/studio/schedules/set' \
--header 'Authorization: Bearer jl-test-token-user-43' \
--header 'Content-Type: application/json' \
--data '{
"dashouId": 0,
"timeSlots": [
{
"startAt": "string",
"endAt": "string"
}
],
"title": "string",
"type": "string"
}'{
"code": 0,
"message": "string",
"data": {
"ids": [
0
],
"studioId": 0,
"dashouId": 0,
"timeSlots": [
{
"startAt": "string",
"endAt": "string"
}
],
"title": "string",
"type": "string",
"status": "string"
}
}