curl --location '/api/customer/admin/orders/customer/inventory/info' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '[
0
]'[
{
"crtTime": "2019-08-24T14:15:22.123Z",
"customerId": 0,
"goodsId": 0,
"inventoryDtoList": [
{}
],
"isHaveCostToday": true,
"lastCostTime": "2019-08-24T14:15:22.123Z",
"orderId": 0,
"orderNum": 0,
"purchaseOderId": 0,
"quantity": 0,
"warehouseId": 0,
"weight": 0
}
]