Authorization: ********************{
"frontServiceIp": "string",
"hardwareManufacturerProduct": "string",
"tabGateway": "string",
"warehouseId": "string"
}curl --location --request PUT '/emm-basic-server/api/v1/smart/warehouse/binding/gateway' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"frontServiceIp": "string",
"hardwareManufacturerProduct": "string",
"tabGateway": "string",
"warehouseId": "string"
}'{
"code": "string",
"count": 0,
"data": true,
"message": "string",
"success": true
}