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