Authorization: ********************curl --location --request GET 'https://test.whitelabel.bitpanda.com/v1/uk/risk-warnings/fca_warn_1' \
--header 'Authorization: Bearer <token>'{
"data": {
"identifier": "fca_warn_1",
"content": {
"headline": "Important Risk Disclosure",
"body": "Investing in this instrument involves significant risks, including the potential loss of your entire investment.",
"link": {
"url": "https://legal.techsolutions.bitpanda.com/uk-risk-warning-redirect/ScgenQ",
"text": "Learn more"
}
},
"actions": {
"accept_label": "I understand the risks",
"reject_label": "I do not want to proceed"
}
}
}