curl --location --request GET 'https://sso.gameown.io/api/access/planning/session/all'
{
"sessions": [
{
"id": 1,
"start": "2022-06-08T12:00:00.000Z",
"end": "2022-06-25T12:00:00.000Z",
"type": "early-access",
"createdAt": "2022-06-20T05:27:39.000Z",
"updatedAt": "2022-06-20T05:27:39.000Z"
}
]
}