curl --request GET \
--url http://localhost/api/api/cases/timeline \
--header 'Authorization: Bearer <token>'[
{}
]Retrieve a timeline of cases.
curl --request GET \
--url http://localhost/api/api/cases/timeline \
--header 'Authorization: Bearer <token>'[
{}
]JWT token obtained from AWS Cognito or custom authentication service
Cases timeline retrieved successfully.