curl --location --request PATCH '/reglaments//questions//answers//name' \
--header 'Websync-Session;' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string"
}'
{
"id": 0,
"name": "string",
"questionId": 0,
"isRight": true,
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}