curl --location --request PUT '/admin-api/physicalmodel/device/saveDeviceConfigurationContent' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json' \
--data-raw ''
{
"code": 0,
"data": true,
"msg": "string"
}