curl --location --request GET 'https://petstore-demo.apifox.com/drugpair'
{
"msg": "string",
"code": 0,
"data": [
{
"id": "string",
"node_name": "string",
"type": "string",
"property": {
"Target": "string",
"Pathway": "string",
"Drug-Pair Theory": "string"
},
"ingredient": "string"
}
]
}