curl --location 'https://petstore-demo.apifox.com/autotest/device/list' \
--header 'Content-Type: application/json' \
--data '{
"condition": "string",
"moduleId": "string",
"createUser": "string",
"projectId": "string",
"caseType": "string",
"collectionId": "string",
"planId": "string",
"operationType": "string",
"roleId": "string",
"requestUser": "string",
"uiType": "string",
"system": "string",
"status": "string",
"filter": {
"innerMap": {
"property1": {},
"property2": {}
},
"empty": true,
"property1": {},
"property2": {}
}
}'[
{
"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",
"username": "string"
}
]