Authorization: ********************curl --location --request PUT '/api/v1/cert_orders/1?_method=PUT' \
--header 'Authorization: Bearer <token>' \
--form 'active="true"' \
--form 'type_id="1"' \
--form 'status_id="1"' \
--form 'comment=""' \
--form 'respondent_id="1"' \
--form 'answer_text="Текст ответа"' \
--form 'answerFile=@""' \
--form 'deleteAnswerFile=""'