curl --location --request POST '/update_item' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"bitrixItemId": 12345,
"hwlRequestItemId": 323,
"tbVerificationResult": "APPROVED",
"hsCode": "8471300000",
"permitsRequired": "NOT_REQUIRED",
"dutyPercent": 10,
"vatRate": 20,
"specialDutyPercent": 0,
"riskPurchasePrice": 1550,
"riskPerKg": 0.5,
"tbCheckedDate": "2024-05-07T11:30:00+03:00",
"tbProcessorFullName": "Иванов Иван Иванович"
}'
{
"status": "success",
"message": "Item updated in Bitrix24."
}