curl --location --request GET '/openapi/v0.9/manage/api/v1/projects//devices/1581F8HHD24B10010084' \
--header 'x-user-token;' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}'
{
"code": 0,
"message": "string",
"data": {
"device_model": {
"class": "string",
"develop_code": "string",
"domain": "string",
"key": "string",
"name": "string",
"sub_type": "string",
"type": "string"
},
"device_organization_callsign": "string",
"device_project_callsign": "string",
"device_sn": "string",
"is_org_device": true
}
}