Authorization: ********************curl --location --request GET 'https://test.whitelabel.bitpanda.com/v1/reports/user-reports?type=crypto-tax&before=MjAyNC0xMC0yMlQyMjozODoxN1o=&after=MjAyNC0xMC0yMlQyMjozODoxN1o=&page_size=10' \
--header 'bp-user-id;' \
--header 'Authorization: Bearer <token>'{
"start_cursor": "MjAyNC0xMC0yMlQyMjozODoxN1o=",
"end_cursor": "MjAyNC0xMC0yMlQyMjozODoxN1o=",
"has_next_page": true,
"has_previous_page": false,
"page_size": 5,
"items": [
{
"meta": {
"cursor": "MjAyNC0xMC0yMlQyMjozODoxN1o="
},
"data": {
"id": "7e45651c-fba7-459f-a55b-9bccef67e570",
"display_name": "2024 Report",
"type": "crypto-tax",
"created_at": "2022-08-01T00:00:00+00:00",
"trigger": "schedule"
}
}
]
}