Authorization: ********************curl --location --request GET '/emm-basic-server/api/v1/smart/warehouse/warehouseSelect?name' \
--header 'Authorization: <api-key>'{
"code": "string",
"count": 0,
"data": [
{
"frontServiceIp": "string",
"hardwareManufacturerProduct": "string",
"hardwareManufacturerProductName": "string",
"id": "string",
"tabGateway": "string",
"wareHouseCode": "string",
"wareHouseName": "string"
}
],
"message": "string",
"success": true
}