curl --location --request DELETE 'http://localhost:5600/open/dependencies' \
--header 'Content-Type: application/json' \
--data-raw '[1]'
{
"code": 0,
"data": [
{
"id": 0,
"status": 0,
"type": 0,
"timestamp": "string",
"name": "string",
"log": [
"string"
],
"remark": "string",
"createdAt": "string",
"updatedAt": "string"
}
]
}