curl --location --request GET 'https://my.xentree.com/api/xp/weekly-activity' \
--header 'Authorization: Bearer <token>'{
"daily_activity": {
"2026-04-20": 12,
"2026-04-21": 0,
"2026-04-22": 5
},
"freeze_covered_dates": [
"2019-08-24"
],
"week_start": "2019-08-24",
"week_end": "2019-08-24"
}