curl --request POST \
--url http://localhost:8080/cabinet/polls/{response_id}/start{
"response_id": 123,
"current_question_index": 123,
"total_questions": 123,
"question": {
"id": 123,
"text": "<string>",
"order": 123,
"options": [
{
"id": 123,
"text": "<string>",
"order": 123
}
]
}
}Start or continue a poll.
curl --request POST \
--url http://localhost:8080/cabinet/polls/{response_id}/start{
"response_id": 123,
"current_question_index": 123,
"total_questions": 123,
"question": {
"id": 123,
"text": "<string>",
"order": 123,
"options": [
{
"id": 123,
"text": "<string>",
"order": 123
}
]
}
}