{
"deviceId": "YiMw2sF6Cfq",
"mappingId": "TSHZ",
"param": {"value":"1"}
}
curl --location --request POST 'https://iot-dev.utapp.cn/api/deviceServe/mappingServe' \
--header 'Authorization-Type;' \
--header 'X-Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceId": "YiMw2sF6Cfq",
"mappingId": "TSHZ",
"param": {"value":"1"}
}'
{
"code": 0,
"msg": "string"
}