{
"device_sn": "string",
"state": [
{
"desired": {
"property1": "string",
"property2": "string"
}
}
]
}curl --location --request POST '/openapi/v0.9/manage/api/v1/projects//topologies/shadows' \
--header 'x-user-token: {{x-user-token}}' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}' \
--header 'Content-Type: application/json' \
--data-raw '{
"device_sn": "string",
"state": [
{
"desired": {
"property1": "string",
"property2": "string"
}
}
]
}'{
"code": 0,
"message": "string",
"data": {
"result_code": 0,
"sn": "string",
"state": {
"desired": {
"property1": "string",
"property2": "string"
},
"reported": {
"property1": "string",
"property2": "string"
}
}
}
}