curl --location --request GET 'https://iot-dev.utapp.cn/api/manufacturer/type/list' \
--header 'Authorization-Type;' \
--header 'X-Authorization;'
{
"code": 0,
"message": "操作成功",
"data": [
{
"name": "string",
"description": "string"
}
],
"success": "true"
}