curl --request GET \
--url https://api.example.com/v1/cases/{case_id}/bank-accounts/{account_id}/statements/{statement_id}/download \
--header 'Authorization: Bearer <token>'"<string>"Download the statement file.
curl --request GET \
--url https://api.example.com/v1/cases/{case_id}/bank-accounts/{account_id}/statements/{statement_id}/download \
--header 'Authorization: Bearer <token>'"<string>"Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique case identifier (ULID format).
Statement file.
The response is of type file.