curl --request GET \
--url http://localhost/api/api/subjects/export_csv \
--header 'Authorization: Bearer <token>'{
"detail": "<string>"
}Export subjects to a CSV file.
curl --request GET \
--url http://localhost/api/api/subjects/export_csv \
--header 'Authorization: Bearer <token>'{
"detail": "<string>"
}