curl --location --request PUT '/quizzes/' \
--header 'Content-Type: application/json' \
--data-raw '{
"difficulty": "EASY",
"correctAnswer": "opt1",
"origin": "CATALOG",
"catalogWorkspaceId": "stringstri",
"catalogQuizId": "string",
"placement": "STANDALONE",
"storyId": "string",
"source": "string",
"defaultLang": "en",
"defaultLayoutId": "string",
"background": "string",
"textColor": "string",
"boxColor": "string",
"backgroundImage": "http://example.com",
"backgroundSize": "cover",
"backgroundPosition": "center",
"fontFamily": "string",
"contentJustify": "start",
"parentId": "string",
"parentType": "learningPath",
"translations": [
{
"lang": "en",
"question": "string",
"opt1": "string",
"opt2": "string",
"opt3": "string",
"opt4": "string",
"explanation": "string"
}
]
}'{
"quizId": "string",
"difficulty": "EASY",
"correctAnswer": "opt1",
"origin": "CATALOG",
"catalogWorkspaceId": "stringstri",
"catalogQuizId": "string",
"placement": "STANDALONE",
"storyId": "string",
"source": "string",
"defaultLang": "en",
"langs": [
"en"
],
"defaultLayoutId": "string",
"background": "string",
"textColor": "string",
"boxColor": "string",
"backgroundImage": "http://example.com",
"backgroundSize": "cover",
"backgroundPosition": "center",
"fontFamily": "string",
"contentJustify": "start",
"parentId": "string",
"parentType": "learningPath",
"accountId": "stringstri",
"workspaceId": "stringstri",
"sourceRegion": "us-east-1",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"stage": "DRAFT"
}