curl --request POST \
--url https://kong.api.toolzz.com.br/api/content/avaliation/new_questions \
--header 'Content-Type: application/json' \
--data '
{
"school": [
123
],
"theme": "<string>",
"group": [
123
],
"subgroup": [
123
],
"specialty": [
123
],
"questions": [
{
"support_text": "<string>",
"explanation_text": "<string>",
"tags": [
"<string>"
],
"difficulty": 123,
"question_text": "<string>",
"options": [
{
"text": "<string>",
"is_correct": true
}
]
}
]
}
'