curl --request GET \
--url http://localhost/api/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.
curl --request GET \
--url http://localhost/api/api/cases/export_csv \
--header 'Authorization: Bearer <token>'{
"detail": "<string>"
}