curl --request GET \
--url http://localhost/api/api/cases/export_csv \
--header 'Authorization: Bearer <token>'{
"detail": "<string>"
}Sends an email with the csv file attached.
curl --request GET \
--url http://localhost/api/api/cases/export_csv \
--header 'Authorization: Bearer <token>'{
"detail": "<string>"
}