{
    "question": 1,
    "text": "choice5",
    "is_correct": true
}curl --location --request POST 'http://127.0.0.1:80/api/exams/choices/' \
--header 'Content-Type: application/json' \
--data-raw '{
    "question": 1,
    "text": "choice5",
    "is_correct": true
}'{}