curl --location 'https://petstore-demo.apifox.com/autotest/device/update' \
--header 'Content-Type: application/json' \
--data '{
"id": "string",
"serial": "string",
"name": "string",
"system": "string",
"brand": "string",
"model": "string",
"version": "string",
"size": "string",
"sources": "string",
"owner": "string",
"user": "string",
"agent": "string",
"timeout": 0,
"projectId": "string",
"createTime": 0,
"updateTime": 0,
"status": "string"
}'