curl --location --request GET 'http://localhost:5600/open/dependencies/1'
{
"code": 0,
"data": {
"id": 0,
"status": 0,
"type": 0,
"timestamp": "string",
"name": "string",
"log": [
"string"
],
"remark": "string",
"createdAt": "string",
"updatedAt": "string"
}
}