curl --request GET \
--url http://localhost:8080/cabinet/polls/{response_id}{
"id": 123,
"response_id": 123,
"title": "<string>",
"total_questions": 123,
"answered_questions": 123,
"is_completed": true,
"description": "<string>",
"reward_amount": 123
}Get details of a specific poll response.
curl --request GET \
--url http://localhost:8080/cabinet/polls/{response_id}{
"id": 123,
"response_id": 123,
"title": "<string>",
"total_questions": 123,
"answered_questions": 123,
"is_completed": true,
"description": "<string>",
"reward_amount": 123
}