cURL
curl --request GET \ --url https://api.example.com/api/subjects/export_csv \ --header 'Authorization: Bearer <token>'
{ "detail": "<string>" }
Export subjects to a CSV file.
JWT token obtained from AWS Cognito or custom authentication service
CSV export initiated successfully.
Success message.