Authorization: ********************curl --location --request GET 'https://test.whitelabel.bitpanda.com/v1/users//terms?user_journey' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 1,
"title": "User Agreement Bitpanda Enterprise EN",
"type": "securities_policy",
"version": "3.0.2",
"mandatory": true,
"effective_at": "2024-12-20T08:14:20+00:00",
"source": "https://www.bitpanda.com/en/legal#privacy",
"accepted_at": "2025-01-14T14:22:43+00:00"
}
]
}