GET
/quiz
curl \
--request GET 'http://localhost:8000/quiz'
Response examples (200)
[
{
"question": "string",
"options": [
"string"
]
}
]
curl \
--request GET 'http://localhost:8000/quiz'
[
{
"question": "string",
"options": [
"string"
]
}
]