{ "exam": 1, "text": "who am I?" }
curl --location --request POST 'http://127.0.0.1:80/api/exams/questions/' \ --header 'Content-Type: application/json' \ --data-raw '{ "exam": 1, "text": "who am I?" }'
{}