Return current week’s review content from content_chunks.
cURL
curl --request GET \ --url https://api.example.com/api/dashboard/content/weekly \ --header 'Authorization: Bearer <token>'
{ "content": "<string>", "date": "<string>", "week_start": "<string>", "week_end": "<string>", "is_fallback": false }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ISO date (default: today)
Successful Response
Content widget data for daily note / weekly review.