{
"type": "early-access",
"startTime": {
"hour": 10,
"minute": 0,
"second": 0
},
"endTime": {
"hour": 18,
"minute": 0,
"second": 0
},
"from": "2022-06-20T00:00:00.000Z",
"to": "2022-06-30T00:00:00.000Z",
"dayPicker": {
"monday": true,
"tuesday": true,
"wednesday": true,
"thursday": true,
"friday": true,
"saturday": false,
"sunday": false
},
"ignoreConflicts": false
}
curl --location --request POST 'https://sso.gameown.io/api/access/planning/assistant/create-sessions' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "early-access",
"startTime": {
"hour": 10,
"minute": 0,
"second": 0
},
"endTime": {
"hour": 18,
"minute": 0,
"second": 0
},
"from": "2022-06-20T00:00:00.000Z",
"to": "2022-06-30T00:00:00.000Z",
"dayPicker": {
"monday": true,
"tuesday": true,
"wednesday": true,
"thursday": true,
"friday": true,
"saturday": false,
"sunday": false
},
"ignoreConflicts": false
}'
{
"sessions": [
{
"id": 11,
"type": "early-access",
"start": "2022-07-04T10:00:00.000Z",
"end": "2022-07-04T18:00:00.000Z"
},
{
"id": 12,
"type": "early-access",
"start": "2022-07-05T10:00:00.000Z",
"end": "2022-07-05T18:00:00.000Z"
}
]
}