Authorization: ********************curl --location --request GET '/libraries//sessions/stats' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"total_sessions": 0,
"live_now": 0,
"scheduled": 0,
"ended": 0
},
"timestamp": 0
}