curl --location --request GET '/openapi/v0.9/manage/api/v1/projects//devices?page=1&page_size=20&usage=complete' \
--header 'x-user-token;' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}'
{
"code": 0,
"message": "string",
"data": {
"list": [
{
"device_model": {
"class": "string",
"develop_code": "string",
"domain": "string",
"key": "string",
"name": "string",
"sub_type": "string",
"type": "string"
},
"device_organization_callsign": "string",
"is_org_device": true,
"nickname": "string",
"sn": "string"
}
],
"pagination": {
"page": 1,
"page_size": 1,
"total": 100
}
}
}