curl --location --request POST 'https://open-api-dev.nandh.vn/api/v1/webhooks/test' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": 343,
"business_id": 454,
"instance_id": "1facbc8f-6fc1-4335-8e2e-fc16587c8a8d",
"event_code": "product.update_stock",
"transaction_id": "74697",
"transaction_type": "PUTAWAY",
"transaction_created_time": 1774835393,
"reference_code": "OAPO227434053",
"oasin": "OASIN1899572",
"sku": "SKU-1774409776005",
"movement_quantity": 20,
"remaining_stock": 40,
"stock_level": "D3",
"is_abnormal": false
}'