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