curl --location --request PUT 'https://app.hustro.com/api/v2/project//inspection//protocolItem//complianceCheck/document/' \
--header 'hustro-client: web' \
--header 'hustro-client-version: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"isDrawn": true,
"description": "updated description"
}'{}