{
"id": 1,
"start": "2022-06-09T12:00:00.000Z",
"end": "2022-06-25T12:00:00.000Z"
}
curl --location --request PUT 'https://sso.gameown.io/api/access/planning/session/update' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"start": "2022-06-09T12:00:00.000Z",
"end": "2022-06-25T12:00:00.000Z"
}'
{}