Obter perguntas do quiz
Retorna uma lista de perguntas para o quiz com suas opções.
GET
/quiz/questions
curl \
--request GET 'http://localhost:8000/quiz/questions'
Response examples (200)
[
{
"key": "string",
"label": "string",
"options": [
"string"
]
}
]