from and to fields define the reporting period; the to date must not precede the from date.Authorization: ********************curl --location --request POST 'https://test.whitelabel.bitpanda.com/v1/reports/user-reports' \
--header 'bp-user-id;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"from": "2025-01-01",
"to": "2025-12-31"
}'{
"data": {
"id": "7e45651c-fba7-459f-a55b-9bccef67e570",
"type": "account-statement",
"display_name": "2025 Report",
"created_at": "2025-08-01T00:00:00+00:00",
"download_link": "https://www.bitpanda.com/2025-report",
"download_link_expiry_date": "2022-08-01T00:00:00+00:00",
"trigger": "schedule"
}
}