curl --location --request PATCH '/reglaments//questions//answers//isRight' \
--header 'Websync-Session;' \
--header 'Content-Type: application/json' \
--data-raw '{
"isRight": true
}'
{
"id": 1,
"questionId": 1,
"createdAt": "2025-03-27T07:43:08.783Z",
"updatedAt": "2025-03-27T07:43:08.783Z",
"isRight": true,
"name": "Только администратор"
}