🔐Authorization
# Basic request with authorization
GET /tasks/today?prettyprint=true
Authorization: Bearer <YOUR_API_KEY>
Accept: application/jsonLast updated
# Basic request with authorization
GET /tasks/today?prettyprint=true
Authorization: Bearer <YOUR_API_KEY>
Accept: application/jsonLast updated