{
"id": 1
}
curl --location --request DELETE 'https://sso.gameown.io/api/access/planning/session/delete' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1
}'
{
"id": 1,
"start": "2022-07-01T10:00:00.000Z",
"end": "2022-07-01T18:00:00.000Z",
"type": "early-access",
"createdAt": "2022-07-01T07:21:34.000Z",
"updatedAt": "2022-07-01T07:21:34.000Z"
}