{
"code": 200,
"msg": "请求成功",
"data": {
"items": [
{
"name": "string",
"command": "string",
"type": 0,
"description": "string",
"url": "http://example.com",
"headers": "string",
"args": [
"string"
],
"env": {
"property1": "string",
"property2": "string"
},
"timeout": 0,
"read_timeout": 0,
"id": 0,
"created_time": "2019-08-24T14:15:22.123Z",
"updated_time": "2019-08-24T14:15:22.123Z"
}
],
"total": 0,
"page": 0,
"size": 0,
"total_pages": 0,
"links": {
"first": "string",
"last": "string",
"self": "string",
"next": "string",
"prev": "string"
}
}
}