curl --location --request POST '/request/process_item' \
--header 'Content-Type: application/json' \
--data-raw '{
"hwlRequestId": 113,
"hwlRequestItemId": 323,
"hwlRequestCreatedAt": "2024-05-06T10:00:00+03:00",
"bitrixLeadId": "ID_ЛИДА_ИЗ_Б24_123",
"positionIdentifier": "113-323",
"title": "Ноутбук игровой SuperX",
"photoUrl": "https://example.com/images/superx.jpg",
"trademark": "SuperX",
"article": "SX-GAME-001",
"material": "Алюминий, пластик",
"description": "Мощный игровой ноутбук с видеокартой RTX 9090",
"count": 10,
"purchasePriceUSD": 1500.75,
"weightGrossKg": 2.5,
"unitOfMeasure": "шт",
"requestItemSequence": 1
}'