{
"data": [
{
"key": "string",
"value": "string"
}
]
}
curl --location --request POST 'https://iot-dev.utapp.cn/api/sysConfig/saveConfig' \
--header 'Authorization-Type;' \
--header 'X-Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": [
{
"key": "string",
"value": "string"
}
]
}'
{
"code": 0,
"message": "操作成功",
"data": "string",
"success": "true"
}