GET
/data/persons/task-dates
curl \
--request GET 'http://api.example.com/data/persons/task-dates' \
--header "Authorization: $API_KEY"
Response examples (200)
[
{
"person_id": "string",
"first_start_date": "2025-05-04",
"last_end_date": "2025-05-04"
}
]