Authorization: Bearer ********************
{
"answer": {
"choice_id": 0,
"question_id": 0
}
}
curl --location --request POST 'https://api.msaaq.com/v1/tenant/courses/rust/chapters/188/contents/966/quizzes/attempts/answers' \
--header 'X-Tenant: academy.msaaq.com' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"answer": {
"choice_id": 0,
"question_id": 0
}
}'
{}