Authorization: Bearer ********************
{
"title": "string",
"type": "quiz",
"sort": 0,
"meta": {
"type": "quiz"
}
}
curl --location --request POST 'https://api.msaaq.com/v1/admin/courses/100/chapters/188/contents/' \
--header 'Accept: application/json' \
--header 'X-Tenant: academy.msaaq.com' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"type": "quiz",
"sort": 0,
"meta": {
"type": "quiz"
}
}'
{}