Authorization: ********************{
"inventoryId": 0,
"quantity": 0,
"reason": "string",
"businessOrder": "string"
}curl --location --request POST '/iapi/v1/pro/pointsmall/crm/inventory/deductremaining' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"inventoryId": 0,
"quantity": 0,
"reason": "string",
"businessOrder": "string"
}'