Accept-Language with a string containing ISO 639-1 language code to get the list of questions and answers translated into the chosen language.Authorization: ********************curl --location --request GET 'https://test.whitelabel.bitpanda.com/v1/questionnaires/complex-products/a5431f30-b43f-11f0-82fe-02da11e44a6f' \
--header 'Accept-Language;' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 1,
"type": "single_choice",
"description": "Ensure you understand the risks; you will not receive personalised investment advice or suitability checks.",
"question": "How often do you invest in complex ETFs or ETCs and how much do you know about them?",
"input_placeholder": "rs.complex_etf.question.one.placeholder",
"answers": [
{
"id": 1,
"answer": "I know something and have completed > 10 trades in the past 3 years."
}
]
}
]
}