cURL
curl --request GET \ --url https://api.example.com/api/cases/export_csv \ --header 'Authorization: Bearer <token>'
{ "detail": "<string>" }
Sends an email with the csv file attached.
JWT token obtained from AWS Cognito or custom authentication service
CSV export initiated successfully.
Standard detail response
Response message