curl --location --request GET 'http://127.0.0.1/device/types//device-model?page=&size='
{
"_embedded": {
"current": 0,
"pages": 0,
"records": [
{
"code": "string",
"createBy": "string",
"createTime": "string",
"description": "string",
"deviceTypeId": "string",
"id": "string",
"image": "string",
"name": "string",
"productKey": "string",
"syncStatus": 0,
"tenant": "string",
"updateBy": "string",
"updateTime": "string"
}
],
"size": 0,
"total": 0
},
"code": 0,
"message": "string",
"timestamp": "string"
}