Authorization: Bearer ********************
{
"title": "string",
"sort": 0,
"type": "true_false",
"question_score": 0,
"explanation": "string",
"choices": [
{
"content": "string",
"explanation": "string",
"credited": true,
"sort": 0
}
],
"meta": {
"blank1": "string",
"blank2": "string"
}
}
curl --location --request POST 'https://api.msaaq.com/v1/admin/quizzes/3894/questions' \
--header 'Accept: application/json' \
--header 'X-Tenant: academy.msaaq.com' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"sort": 0,
"type": "true_false",
"question_score": 0,
"explanation": "string",
"choices": [
{
"content": "string",
"explanation": "string",
"credited": true,
"sort": 0
}
],
"meta": {
"blank1": "string",
"blank2": "string"
}
}'
{}