curl --location --globoff 'http://localhost:5678/api/open/dependency/v1/query?id=' \
--header 'api-token: <api-key>'{
"id": 0,
"name": "string",
"ecosystem": "npm",
"installed_ver": "string",
"status": 0,
"last_error": "string",
"remark": "string",
"create_time": "2019-08-24T14:15:22.123Z",
"update_time": "2019-08-24T14:15:22.123Z"
}