cURL
curl --request GET \ --url https://api.example.com/api/cases/export_csv \ --header 'Authorization: Bearer <token>'
{ "detail": "<string>" }
Export cases to a CSV file, A CSV file will be generated and sent to the user’s email.
JWT token obtained from AWS Cognito or custom authentication service
CSV export initiated successfully.
Standard detail response
Response message