curl --request GET \
--url http://localhost/api/api/buckets/export_csv \
--header 'Authorization: Bearer <token>'{
"detail": "<string>"
}Export transactions to a CSV file for a specific bucket with optional date range filtering, An email will be sent to you, including the CSV file.
curl --request GET \
--url http://localhost/api/api/buckets/export_csv \
--header 'Authorization: Bearer <token>'{
"detail": "<string>"
}JWT token obtained from AWS Cognito or custom authentication service
Bucket ID.
Maximum date in format YYYY-MM-DD.
Minimum date in format YYYY-MM-DD.
CSV export initiated successfully.
Success message containing how many transactions were exported.