curl --location 'https://gw.superboss.cc/router/erp/virtual/warehouse/query' \
--form 'method="erp.virtual.warehouse.query"' \
--form 'pageSize=""'{
"success": "string",
"trace_id": "string",
"list": [
{
"id": 0,
"name": "string",
"warehouseId": 0,
"warehouseName": "string",
"status": "string",
"created": "string",
"modified": "string",
"memberList": {
"name": "string",
"type": "string",
"memberId": 0
}
}
],
"total": 0
}