Authorization: Bearer ********************
{
"count": 0,
"purchasePrice": 0,
"purchaseAmount": 0,
"insurancePercent": 0,
"weightGross": 0,
"volume": 0,
"commerce": 0,
"requestItem": "/request-items/1"
}
curl --location --request PATCH 'https://mock.apidog.com/m1/463678-0-default/preliminary-costing-items/' \
--header 'Content-Type: application/json' \
--data-raw '{
"count": 0,
"purchasePrice": 0,
"purchaseAmount": 0,
"insurancePercent": 0,
"weightGross": 0,
"volume": 0,
"commerce": 0,
"requestItem": "/request-items/1"
}'