curl --request POST \
--url https://api.example.com/api/device/modify \
--header 'Authentication: <authentication>' \
--header 'Content-Type: application/json' \
--data '
{
"id": "787d3d7093da4ad481a2fdd9324da879",
"name": "设备你好",
"deptId": "000000",
"location": {
"address": "",
"longitude": null,
"latitude": null
}
}
'