curl --location --request GET 'https://my.xentree.com/api/live/quota' \
--header 'Authorization: Bearer <token>'{
"plan": "string",
"live_seconds_used": 0,
"live_monthly_limit_seconds": 0,
"live_seconds_remaining": 0,
"reset_date": "2019-08-24T14:15:22.123Z",
"nickname": "string"
}