curl --location '/api/customer/admin/orders/inventory/history' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '[
0
]'[
{
"beforeInventoryBalance": 0,
"crtName": "string",
"crtTime": "2019-08-24T14:15:22.123Z",
"crtUser": 0,
"customerId": 0,
"goodsId": 0,
"historyDtoList": [
{}
],
"id": 0,
"inventoryBalance": 0,
"ogId": 0,
"operateType": 0,
"orderId": 0,
"otherId": 0,
"otherNo": 0,
"purchaseOrderId": 0,
"quantity": 0,
"stockOrderId": 0,
"todayHaveHistoryFlag": 0,
"warehouseId": 0
}
]