Accept-Language with a string containing ISO 639-1 language code to get the list of appropriateness questions and answers translated into the chosen language. Currently, Bitpanda supports translations for German, Polish, French, Spanish, Italian and Turkish. The default language is English (en). If you pass the parameter for a language that does not have an existing translation, the response will return the appropriateness questions and answers in English.curl --location --request GET 'https://test.whitelabel.bitpanda.com/v1/questionnaires/appropriateness-uk?user_id=a5431f30-b43f-11f0-82fe-02da11e44a6f' \
--header 'Accept-Language;' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 1,
"label": "knowledge_and_experience_in_stocks_investing",
"sort": 1,
"question": "How much knowledge and experience do you have with investing in stocks?",
"type": "single_choice",
"translation_key": "appropriateness.questions.one",
"answers": [
{
"id": 1,
"label": "little_or_no_knowledge_or_experience_in_stocks_investing",
"sort": 1,
"answer": "Little or no knowledge or experience.",
"translation_key": "appropriateness.questions.one.answers.one"
}
]
}
]
}